public class AnyModifierSelectionFunction extends ModifierSelectionFunctionBase
AnyTokenSelectionFunction but in the future it can be extended to
support different modifier semantics for different languages instead of just
checking if a token with the modifier name exists.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME
The function's name.
|
| Constructor and Description |
|---|
AnyModifierSelectionFunction()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
checkNode(ShallowEntity node,
ETokenType[] arguments)
Checks if the given node should be kept in the node set.
|
getArgumentSizeInvalidErrorMessageparseArgumentscallpublic static final java.lang.String NAME
public AnyModifierSelectionFunction()
protected boolean checkNode(ShallowEntity node, ETokenType[] arguments)
checkNode in class FunctionBase<ETokenType[]>