public class OperatorToken extends AbstractToken<OperatorType>
Token.TokenType
lexeme
Constructor and Description |
---|
OperatorToken(int startIndex,
OperatorType operatorType) |
Modifier and Type | Method and Description |
---|---|
OperatorType |
getOperatorType() |
List<FunctionArgument> |
getParams() |
Token.TokenType |
getType() |
OperatorType |
getValue(Map<String,Object> env) |
void |
setParams(List<FunctionArgument> params) |
equals, getLexeme, getStartIndex, hashCode, toString
public OperatorToken(int startIndex, OperatorType operatorType)
public List<FunctionArgument> getParams()
public void setParams(List<FunctionArgument> params)
public OperatorType getOperatorType()
public Token.TokenType getType()
public OperatorType getValue(Map<String,Object> env)
Copyright © 2010–2019. All rights reserved.