java.lang.Object
com.maroontress.clione.impl.Switches
Provides mappers that associate a character with a tokenizer.
-
Field Summary
Modifier 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. -
Method Summary
-
Field Details
-
DEFAULT
The default mapper. -
DIRECTIVE
The mapper used inside preprocessing directives. -
INCLUDE_DIRECTIVE
The mapper used inside preprocessinginclude
directives.
-