Class CleanupPhase
java.lang.Object
com.blackbuild.klum.ast.runtime.internal.process.AbstractPhaseAction
com.blackbuild.klum.ast.runtime.ModelVisitingPhaseAction
com.blackbuild.klum.ast.runtime.internal.CleanupPhase
- 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
Methods inherited from class com.blackbuild.klum.ast.runtime.ModelVisitingPhaseAction
doExecute, visitMethods 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.internal.layer3.ModelVisitor
shouldVisitMethods inherited from interface com.blackbuild.klum.ast.runtime.PhaseAction
getPhaseNumber, getSkipProperty, shouldSkip
-
Constructor Details
-
CleanupPhase
public CleanupPhase()
-
-
Method Details