Class PostTreePhase
java.lang.Object
com.blackbuild.klum.ast.runtime.internal.process.AbstractPhaseAction
com.blackbuild.klum.ast.runtime.BuilderVisitingPhaseAction
com.blackbuild.klum.ast.runtime.internal.PostTreePhase
- All Implemented Interfaces:
ModelVisitor,PhaseAction
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.blackbuild.klum.ast.runtime.internal.layer3.ModelVisitor
ModelVisitor.Action -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoVisit(@NotNull String path, @NotNull InternalKlumBuilder<?> builder, @Nullable Object container, @Nullable String nameOfFieldInContainer) Methods inherited from class com.blackbuild.klum.ast.runtime.BuilderVisitingPhaseAction
doExecute, shouldVisit, visit, withCurrentTemplatesMethods inherited from class com.blackbuild.klum.ast.runtime.internal.process.AbstractPhaseAction
execute, getPhase, isEmpty, isSet, isUnset, replaceRootObjectMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.blackbuild.klum.ast.runtime.PhaseAction
getPhaseNumber, getSkipProperty, shouldSkip
-
Constructor Details
-
PostTreePhase
public PostTreePhase()
-
-
Method Details
-
doVisit
protected void doVisit(@NotNull @NotNull String path, @NotNull @NotNull InternalKlumBuilder<?> builder, @Nullable @Nullable Object container, @Nullable @Nullable String nameOfFieldInContainer) - Specified by:
doVisitin classBuilderVisitingPhaseAction
-