Uses of Enum
com.igormaznitsa.jcp.directives.AfterDirectiveProcessingBehaviour
Packages that use AfterDirectiveProcessingBehaviour
-
Uses of AfterDirectiveProcessingBehaviour in com.igormaznitsa.jcp.containers
Methods in com.igormaznitsa.jcp.containers that return AfterDirectiveProcessingBehaviourModifier and TypeMethodDescriptionprotected AfterDirectiveProcessingBehaviour
FileInfoContainer.processDirective
(PreprocessingState state, String directiveString, PreprocessorContext context, boolean firstPass) -
Uses of AfterDirectiveProcessingBehaviour in com.igormaznitsa.jcp.directives
Methods in com.igormaznitsa.jcp.directives that return AfterDirectiveProcessingBehaviourModifier and TypeMethodDescriptionAbortDirectiveHandler.execute
(String rawTail, PreprocessorContext context) abstract AfterDirectiveProcessingBehaviour
AbstractDirectiveHandler.execute
(String tailString, PreprocessorContext context) Execute directiveActionDirectiveHandler.execute
(String string, PreprocessorContext context) BreakDirectiveHandler.execute
(String string, PreprocessorContext context) CommentNextLineDirectiveHandler.execute
(String string, PreprocessorContext context) ContinueDirectiveHandler.execute
(String string, PreprocessorContext context) DefineDirectiveHandler.execute
(String rawTail, PreprocessorContext context) EchoDirectiveHandler.execute
(String string, PreprocessorContext context) ElseDirectiveHandler.execute
(String string, PreprocessorContext context) EndDirectiveHandler.execute
(String string, PreprocessorContext context) EndIfDirectiveHandler.execute
(String string, PreprocessorContext context) ErrorDirectiveHandler.execute
(String trimmedString, PreprocessorContext context) ExcludeIfDirectiveHandler.execute
(String string, PreprocessorContext context) ExitDirectiveHandler.execute
(String string, PreprocessorContext context) ExitIfDirectiveHandler.execute
(String string, PreprocessorContext context) FlushDirectiveHandler.execute
(String string, PreprocessorContext context) GlobalDirectiveHandler.execute
(String string, PreprocessorContext context) GlobalElseDirectiveHandler.execute
(String string, PreprocessorContext context) GlobalEndIfDirectiveHandler.execute
(String string, PreprocessorContext context) GlobalIfDirectiveHandler.execute
(String string, PreprocessorContext context) IfDefinedDirectiveHandler.execute
(String string, PreprocessorContext context) IfDirectiveHandler.execute
(String string, PreprocessorContext context) IncludeDirectiveHandler.execute
(String string, PreprocessorContext context) LocalDirectiveHandler.execute
(String string, PreprocessorContext context) MsgDirectiveHandler.execute
(String rawTail, PreprocessorContext context) NoAutoFlushHandler.execute
(String string, PreprocessorContext context) OutDirDirectiveHandler.execute
(String string, PreprocessorContext context) OutDisabledDirectiveHandler.execute
(String string, PreprocessorContext context) OutEnabledDirectiveHandler.execute
(String string, PreprocessorContext context) OutNameDirectiveHandler.execute
(String string, PreprocessorContext context) PostfixDirectiveHandler.execute
(String string, PreprocessorContext context) PrefixDirectiveHandler.execute
(String string, PreprocessorContext context) WhileDirectiveHandler.execute
(String string, PreprocessorContext context) Returns the enum constant of this type with the specified name.static AfterDirectiveProcessingBehaviour[]
AfterDirectiveProcessingBehaviour.values()
Returns an array containing the constants of this enum type, in the order they are declared.