|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--coins.ast.ASTree | +--coins.ast.expr.OperatorExpr | +--coins.ast.expr.UnaryExpr | +--coins.ast.expr.AddressExpr
'&'
Expression for computing the address of the operand.
フィールドの概要 |
クラス coins.ast.expr.UnaryExpr から継承したフィールド |
expr |
コンストラクタの概要 | |
AddressExpr(Expr expr,
byte[] _type)
|
メソッドの概要 | |
void |
accept(Visitor v)
Is a method for the visitor pattern. |
protected java.lang.String |
getTag()
Returns the type of this node. |
byte[] |
getType()
Returns the type of the resulting value of evaluating the expression. |
int |
operatorId()
Returns the token identifier of the operator name. |
java.lang.String |
operatorName()
Returns the string representation of the operator name. |
クラス coins.ast.expr.UnaryExpr から継承したメソッド |
getExpr, getLeft, getRight, setLeft, setRight |
クラス coins.ast.ASTree から継承したメソッド |
putSeparator, rightToString, toString, toString1 |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
コンストラクタの詳細 |
public AddressExpr(Expr expr, byte[] _type)
メソッドの詳細 |
public void accept(Visitor v)
ASTree
の記述: atXXX()
on the given visitor, where
XXX
is the class name of the node object.
ASTree
内の accept
public byte[] getType()
Expr
の記述:
public int operatorId()
OperatorExpr
の記述:
OperatorExpr
内の operatorId
public java.lang.String operatorName()
OperatorExpr
の記述:
OperatorExpr
内の operatorName
protected java.lang.String getTag()
ASTree
の記述: toString()
.
OperatorExpr
内の getTag
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |