|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--coins.ast.ASTree | +--coins.ast.expr.OperatorExpr | +--coins.ast.expr.NnaryExpr | +--coins.ast.expr.AsmExpr
Function call expression.
フィールドの概要 |
インタフェース coins.ast.TokenId から継承したフィールド |
AND_E, ANDAND, ARROW, ASM, AUTO, BAD_TOKEN, BREAK, CASE, CAST_OP, CHAR, CHAR_CONST, COND_OP, CONST, CONTINUE, DEFAULT, DIV_E, DO, DOUBLE, DOUBLE_CONST, ELLIPSIS, ELSE, ENUM, EOF, EQ, EXOR_E, EXTERN, FLOAT, FLOAT_CONST, FOR, FUNCALL, GE, GOTO, IDENTIFIER, IF, IGNORE, INDEX_OP, INLINE, INT, INT_CONST, LE, LONG, LONG_CONST, LONG_DOUBLE_CONST, LONGLONG_CONST, LSHIFT, LSHIFT_E, MINUS_E, MINUSMINUS, MOD_E, MUL_E, MUTABLE, NEQ, OR_E, OROR, PLUS_E, PLUSPLUS, PRAGMA, REGISTER, RESTRICT, RETURN, RSHIFT, RSHIFT_E, SHORT, SIGNED, SIZEOF, SKIP_GCC_ASM, SKIP_GCC_ATTRIBUTE, STATIC, STRING_L, STRING_WL, STRUCT, SWITCH, TYPEDEF, TYPEDEF_NAME, UINT_CONST, ULONG_CONST, ULONGLONG_CONST, UNION, UNSIGNED, VOID, VOLATILE, WHILE |
コンストラクタの概要 | |
AsmExpr(ASTList args)
|
メソッドの概要 | |
void |
accept(Visitor v)
Is a method for the visitor pattern. |
ASTList |
getArguments()
Returns the actual parameters. |
ASTree |
getLeft()
Returns the operator expression. |
ASTree |
getRight()
Returns the operands. |
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. |
void |
setLeft(ASTree _left)
|
クラス coins.ast.expr.NnaryExpr から継承したメソッド |
getExpr, setRight |
クラス coins.ast.expr.OperatorExpr から継承したメソッド |
getTag |
クラス coins.ast.ASTree から継承したメソッド |
putSeparator, rightToString, toString, toString1 |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
コンストラクタの詳細 |
public AsmExpr(ASTList args)
メソッドの詳細 |
public void accept(Visitor v)
ASTree
の記述: atXXX()
on the given visitor, where
XXX
is the class name of the node object.
ASTree
内の accept
public ASTList getArguments()
Expr
objects.public byte[] getType()
Expr
の記述:
Expr
内の getType
public java.lang.String operatorName()
OperatorExpr
内の operatorName
public ASTree getLeft()
NnaryExpr
の記述:
NnaryExpr
内の getLeft
public ASTree getRight()
NnaryExpr
の記述:
NnaryExpr
内の getRight
public void setLeft(ASTree _left)
NnaryExpr
内の setLeft
public int operatorId()
OperatorExpr
の記述:
OperatorExpr
内の operatorId
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |