Uses of Class
com.igormaznitsa.jcp.directives.AbstractDirectiveHandler
Packages that use AbstractDirectiveHandler
Package
Description
-
Uses of AbstractDirectiveHandler in com.igormaznitsa.jcp
Methods in com.igormaznitsa.jcp with parameters of type AbstractDirectiveHandlerModifier and TypeMethodDescriptionprivate static String
InfoHelper.makeDirectiveReference
(AbstractDirectiveHandler directive) -
Uses of AbstractDirectiveHandler in com.igormaznitsa.jcp.containers
Methods in com.igormaznitsa.jcp.containers with parameters of type AbstractDirectiveHandlerModifier and TypeMethodDescriptionprivate boolean
FileInfoContainer.checkDirectiveArgumentRoughly
(AbstractDirectiveHandler directive, String rest) -
Uses of AbstractDirectiveHandler in com.igormaznitsa.jcp.directives
Subclasses of AbstractDirectiveHandler in com.igormaznitsa.jcp.directivesModifier and TypeClassDescriptionclass
The class implements the //#abort directive handlerclass
The class implements the //#action directive handlerclass
The class implements the //#break directive handlerclass
The class implements the //#// directive handlerclass
The class implements the //#continue directive handlerclass
The class implements the //#define directive handlerclass
The class implements the //#definel directive handlerclass
The class implements //#assert directive handlerclass
The class implements the //#else directive handlerclass
The class implements the //#end directiveclass
The class implements the //#endif directive handlerclass
The class implements //#error directive handlerclass
The class implements the //#excludeif directive handlerclass
The class implements the //#exit directive handlerclass
The class implements the //#exitif directive handlerclass
The class implements the //#flush directive handlerclass
The class implements the //#global directive handlerclass
The class implements the //#_else directive handlerclass
The class implements the //#_endif directive handlerclass
The class implements the //#_if directive handlerclass
The class implements short synonym for the //#ifdefined directiveclass
The class implements the //#ifdefined directive handlerclass
The class implements the //#if directive handlerclass
The class implements the //#ifndef directive handlerclass
The class implements the //#include directive handlerclass
The class implements the //#local directive handlerclass
The class implements //#msg directive handlerclass
The class implements the //#noautoflush directive handlerclass
The class implements the //#outdir directive handlerclass
The class implements the //#- directive handlerclass
The class implements the //#+ directive handlerclass
The class implements the //#outname directive handlerclass
The class implements the //#postfix[+|-] directive handlerclass
The class implements the //#prefix[+|-] directive handlerclass
The class implements the //#undef directive handlerclass
The class implements //#warning directive handlerclass
The class implements the //#while directive handlerFields in com.igormaznitsa.jcp.directives declared as AbstractDirectiveHandlerModifier and TypeFieldDescriptionstatic final AbstractDirectiveHandler[]
AbstractDirectiveHandler.DIRECTIVES
The array contains all directives of the preprocessorstatic final AbstractDirectiveHandler[]
AbstractDirectiveHandler.GLOBAL_DIRECTIVES
The array contains preprocessor directives active only during the global preprocessing phase