See: Description
Class | Description |
---|---|
ExpressionTree |
The Class representing the filter as a binary tree.
|
ExpressionTree.ANTLRNoCaseStringStream |
Case insensitive ANTLR string stream
|
ExpressionTree.FilterBuilder |
Helper class that wraps the stringbuilder used to build the filter over the tree,
as well as error propagation in two modes - expect errors, i.e.
|
ExpressionTree.LeafNode |
The Class representing the leaf level nodes in the ExpressionTree.
|
ExpressionTree.TreeNode |
The Class representing a Node in the ExpressionTree.
|
ExpressionTree.TreeVisitor |
Depth first traversal of ExpressionTree.
|
FilterLexer | |
FilterParser |
Enum | Description |
---|---|
ExpressionTree.LogicalOperator |
The logical operations supported.
|
ExpressionTree.Operator |
The operators supported.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.