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