Class VerifyPhase
java.lang.Object
com.blackbuild.klum.ast.runtime.internal.process.AbstractPhaseAction
com.blackbuild.klum.ast.runtime.internal.VerifyPhase
- All Implemented Interfaces:
PhaseAction
Phase Action that validates the model.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidProperty to set to skip the phase.Methods 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, shouldSkip
-
Field Details
-
SKIP_VERIFY_PROPERTY
- See Also:
-
-
Constructor Details
-
VerifyPhase
public VerifyPhase()
-
-
Method Details
-
doExecute
protected void doExecute()- Specified by:
doExecutein classAbstractPhaseAction
-
getSkipProperty
Description copied from interface:PhaseActionProperty to set to skip the phase.- Returns:
- the name of the property or null if the phase cannot be skipped by a property.
-