public abstract class ASTree extends Object implements Serializable
getLeft()
and getRight() returns null.| Constructor and Description |
|---|
ASTree() |
public ASTree getLeft()
public ASTree getRight()
public void setLeft(ASTree _left)
public void setRight(ASTree _right)
public abstract void accept(Visitor v) throws CompileError
atXXX() on the given visitor, where
XXX is the class name of the node object.CompileErrorprotected String getTag()
toString().Copyright © 2013. All rights reserved.