Class | Description |
---|---|
ConnectedEntityCollector |
Traverses a shallow entity tree and collects groups of entities of the same
type that are directly connected together.
|
EntitySelectionExpressionParser |
Parses expressions for selecting
ShallowEntity s from a parse tree. |
EntitySelectionPredicates |
Defines valid primitive expressions that can be used in the
EntitySelectionExpressionParser . |
ShallowParsedNameUtils |
Utility methods that can be used to extract the fully qualified names of
elements in the shallow AST.
|
ShallowParsingTestUtils |
Utilities for test cases that use shallow parsers.
|
ShallowParsingUtils |
Utility methods used for dealing with
ShallowEntity s. |
TokenTestUtils |
Utilities for token related tests.
|
Enum | Description |
---|---|
EntitySelectionExpressionParsingException.EParsingExceptionMessage |
Enumeration of valid messages for this exception.
|
Exception | Description |
---|---|
EntitySelectionExpressionParsingException |
Exception for parsing errors in the
EntitySelectionExpressionParser . |