public class AllTokensSelectionFunction extends TokenSelectionFunctionBase
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NAME
The function's name.
|
Constructor and Description |
---|
AllTokensSelectionFunction()
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.
|
getArgumentSizeInvalidErrorMessage
parseArguments
call
public static final java.lang.String NAME
public AllTokensSelectionFunction()
protected boolean checkNode(ShallowEntity node, ETokenType[] arguments)
checkNode
in class FunctionBase<ETokenType[]>