java.lang.Object
com.maroontress.clione.impl.Switches
Provides mappers that associate a character with a tokenizer.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Case.Mapper
The default mapper.static final Case.Mapper
The mapper used inside preprocessing directives.static final Case.Mapper
The mapper used inside preprocessinginclude
directives.static final Case.Mapper
The mapper used inside preprocessingline
directives. -
Method Summary
-
Field Details
-
DEFAULT
The default mapper. -
DIRECTIVE
The mapper used inside preprocessing directives. -
INCLUDE_DIRECTIVE
The mapper used inside preprocessinginclude
directives. -
LINE_DIRECTIVE
The mapper used inside preprocessingline
directives.
-