|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--coins.ast.ASTree | +--coins.ast.expr.OperatorExpr
Expressions including an operator.
コンストラクタの概要 | |
OperatorExpr()
|
メソッドの概要 | |
protected java.lang.String |
getTag()
Returns the type of this node. |
abstract int |
operatorId()
Returns the token identifier of the operator name. |
abstract java.lang.String |
operatorName()
Returns the string representation of the operator name. |
クラス coins.ast.ASTree から継承したメソッド |
accept, getLeft, getRight, putSeparator, rightToString, setLeft, setRight, toString, toString1 |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
インタフェース coins.ast.Expr から継承したメソッド |
getType |
コンストラクタの詳細 |
public OperatorExpr()
メソッドの詳細 |
public abstract int operatorId()
public abstract java.lang.String operatorName()
protected java.lang.String getTag()
ASTree
の記述: toString()
.
ASTree
内の getTag
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |