See: Description
| Class | Description |
|---|---|
| CStyleShallowParserBase |
Base class for C-style languages (C++, Java, C#).
|
| CStyleShallowParserRuleProviderBase<PARSER extends CStyleShallowParserBase> |
Base class for rule providers for parsers with C-style syntax.
|
| JavaLikeAnonymousClassRecognizer<STATE extends java.lang.Enum<STATE>> |
Recognizer that finds anonymous classes as they would appear in java and
performs parsing within this class.
|
| LineBasedStatementRecognizerBase<STATE extends java.lang.Enum<STATE>> |
Base class for recognizing statements in a language whose statements are
primarily line-based.
|
| MatcherUtils |
Utilities for matching token sequences in recognizers.
|
| Enum | Description |
|---|---|
| EGenericParserStates |
Enumeration of parser states that are rather generic and thus applicable for
many of the shallow parsers.
|