public abstract class Expression extends ASTNode
Type
type
token
Expression(GrammarToken token)
Object
evaluate(Context ctx)
getType()
void
setType(Type type)
infer
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Type type
public Expression(GrammarToken token)
public Object evaluate(Context ctx)
public Type getType()
public void setType(Type type)
Copyright © 2015. All rights reserved.