public class VariableNode extends Object implements CalculateNode
VariableNode(String literals)
Object
calculate(Map<String,Object> variables)
String
literals()
toString()
TokenType
type()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public VariableNode(String literals)
public Object calculate(Map<String,Object> variables)
calculate
CalculateNode
public TokenType type()
type
public String toString()
toString
public String literals()
literals
Copyright © 2020. All rights reserved.