public abstract class ASTNode extends Object implements Serializable
GrammarToken
token
ASTNode(GrammarToken token)
abstract void
infer(InferContext inferCtx)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public GrammarToken token
public ASTNode(GrammarToken token)
public abstract void infer(InferContext inferCtx)
Copyright © 2018. All rights reserved.