public abstract class ValueNode<T> extends AstNode implements Serializable
protected T
value
type
ValueNode()
ValueNode(T value)
T
getValue()
boolean
hasValue()
int
size()
String
toString()
getType, getTypeId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
protected T value
public ValueNode()
public ValueNode(T value)
public boolean hasValue()
hasValue
AstNode
public T getValue()
public int size()
size
public String toString()
toString
Object
Copyright © 2017. All rights reserved.