|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--coins.ast.ASTree | +--coins.ast.expr.OperatorExpr | +--coins.ast.expr.UnaryExpr
Unary expression.
フィールドの概要 | |
protected Expr |
expr
|
コンストラクタの概要 | |
UnaryExpr(Expr _expr)
|
メソッドの概要 | |
Expr |
getExpr()
|
ASTree |
getLeft()
Returns the operand. |
ASTree |
getRight()
Returns null. |
void |
setLeft(ASTree _left)
|
void |
setRight(ASTree _right)
|
クラス coins.ast.expr.OperatorExpr から継承したメソッド |
getTag, operatorId, operatorName |
クラス coins.ast.ASTree から継承したメソッド |
accept, putSeparator, rightToString, toString, toString1 |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
インタフェース coins.ast.Expr から継承したメソッド |
getType |
フィールドの詳細 |
protected Expr expr
コンストラクタの詳細 |
public UnaryExpr(Expr _expr)
メソッドの詳細 |
public Expr getExpr()
public ASTree getLeft()
ASTree
内の getLeft
public ASTree getRight()
ASTree
内の getRight
public void setLeft(ASTree _left)
ASTree
内の setLeft
public void setRight(ASTree _right)
ASTree
内の setRight
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |