|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Object
|
+--coins.ast.ASTree
|
+--coins.ast.expr.OperatorExpr
|
+--coins.ast.expr.NnaryExpr
Multiple-operands expression.
| コンストラクタの概要 | |
NnaryExpr(Expr _op,
ASTree _operands)
Constructs an NnaryExpr object. |
|
| メソッドの概要 | |
protected Expr |
getExpr()
|
ASTree |
getLeft()
Returns the operator expression. |
ASTree |
getRight()
Returns the operands. |
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 |
| コンストラクタの詳細 |
public NnaryExpr(Expr _op,
ASTree _operands)
NnaryExpr object.
_op - the operator expression._operands - the operands.| メソッドの詳細 |
protected Expr getExpr()
public ASTree getLeft()
ASTree 内の getLeftpublic ASTree getRight()
ASTree 内の getRightpublic void setLeft(ASTree _left)
ASTree 内の setLeftpublic void setRight(ASTree _right)
ASTree 内の setRight
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||