Package | Description |
---|---|
com.massa.dsl.lexer | |
com.massa.mrules.extensions.dsl.factory | |
com.massa.util.io |
Modifier and Type | Method and Description |
---|---|
CharDetectorFactory |
NextCharLexer.getDetector() |
Modifier and Type | Method and Description |
---|---|
void |
NextCharLexer.setDetector(CharDetectorFactory detector) |
Modifier and Type | Class and Description |
---|---|
class |
ClassEndCharDetectorFactory
Forces end char if closing non opened group : ']'.
|
Modifier and Type | Class and Description |
---|---|
class |
FixedCharsDetectorFactory
Detects characters if present in an array of reference characters.
|
class |
PatternCharDetectorFactory
Detects characters if present in an array of reference characters.
|
class |
WhitespaceCharDetectorFactory
Factory for WhitespaceCharDetector which returns always the same thread safe instance.
|
Modifier and Type | Field and Description |
---|---|
static CharDetectorFactory |
WhitespaceCharDetectorFactory.WHITE_SPACE_DETECTOR_FACTORY |