| Class | Description |
|---|---|
| AllModifiersSelectionFunction |
A function that is querying for nodes, that contain all given modifiers.
|
| AllTokensSelectionFunction |
A function that is querying for nodes, that contain all given token types.
|
| AnyModifierSelectionFunction |
A function that is querying for nodes, that contain any of the given
modifiers.
|
| AnyTokenSelectionFunction |
A function that is querying for nodes, that contain any of the given token
types.
|
| AttributeEqualSelectionFunctionBase |
Base class for functions that compare an attribute of a node to a given input
string.
|
| FunctionBase<T> |
Base class for functions that convert input arguments to a given type and
then check for each
ShallowEntity-node, if it should be kept in the
node set. |
| ModifierSelectionFunctionBase |
Base class for functions that use modifiers for node selection.
|
| NameMatchesFunction |
A function for matching an
ShallowEntity's name against a set of
regular expressions. |
| SubTypeSelectionFunction |
A function for querying the subType of a
ShallowEntity. |
| TokenFunctionBase |
Base class for functions that use an array of
ETokenType as
arguments. |
| TokenSelectionFunctionBase |
Base class for functions that use tokens for node selection.
|
| TokenSequenceFunction |
A functions that is querying for nodes, that contain the given sequence of
ETokenType(s).
|
| TypeSelectionFunction |
A function for querying the type of a
ShallowEntity. |