coins.ast
インタフェース TokenId

既知の実装クラスの一覧:
ArithBinaryExpr, ArithUnaryExpr, ArrayExpr, AsmExpr, AssignExpr, CallExpr, CastExpr, CommaExpr, ConditionalExpr, EncodedType, Evaluator, Lex, MemberExpr, Parser, PointerBinaryExpr, PostfixExpr, PrefixExpr, SizeofExpr, ToHirC

public interface TokenId

Token identifiers.


フィールドの概要
static int AND_E
           
static int ANDAND
           
static int ARROW
           
static int ASM
           
static int AUTO
           
static int BAD_TOKEN
           
static int BREAK
           
static int CASE
           
static int CAST_OP
           
static int CHAR
           
static int CHAR_CONST
           
static int COND_OP
           
static int CONST
           
static int CONTINUE
           
static int DEFAULT
           
static int DIV_E
           
static int DO
           
static int DOUBLE
           
static int DOUBLE_CONST
           
static int ELLIPSIS
           
static int ELSE
           
static int ENUM
           
static int EOF
           
static int EQ
           
static int EXOR_E
           
static int EXTERN
           
static int FLOAT
           
static int FLOAT_CONST
           
static int FOR
           
static int FUNCALL
           
static int GE
           
static int GOTO
           
static int IDENTIFIER
           
static int IF
           
static int IGNORE
           
static int INDEX_OP
           
static int INLINE
           
static int INT
           
static int INT_CONST
           
static int LE
           
static int LONG
           
static int LONG_CONST
           
static int LONG_DOUBLE_CONST
           
static int LONGLONG_CONST
           
static int LSHIFT
           
static int LSHIFT_E
           
static int MINUS_E
           
static int MINUSMINUS
           
static int MOD_E
           
static int MUL_E
           
static int MUTABLE
           
static int NEQ
           
static int OR_E
           
static int OROR
           
static int PLUS_E
           
static int PLUSPLUS
           
static int PRAGMA
           
static int REGISTER
           
static int RESTRICT
           
static int RETURN
           
static int RSHIFT
           
static int RSHIFT_E
           
static int SHORT
           
static int SIGNED
           
static int SIZEOF
           
static int SKIP_GCC_ASM
           
static int SKIP_GCC_ATTRIBUTE
           
static int STATIC
           
static int STRING_L
           
static int STRING_WL
           
static int STRUCT
           
static int SWITCH
           
static int TYPEDEF
           
static int TYPEDEF_NAME
           
static int UINT_CONST
           
static int ULONG_CONST
           
static int ULONGLONG_CONST
           
static int UNION
           
static int UNSIGNED
           
static int VOID
           
static int VOLATILE
           
static int WHILE
           
 

フィールドの詳細

EOF

public static final int EOF
関連項目:
定数フィールド値

ASM

public static final int ASM
関連項目:
定数フィールド値

AUTO

public static final int AUTO
関連項目:
定数フィールド値

CHAR

public static final int CHAR
関連項目:
定数フィールド値

CONST

public static final int CONST
関連項目:
定数フィールド値

DOUBLE

public static final int DOUBLE
関連項目:
定数フィールド値

ENUM

public static final int ENUM
関連項目:
定数フィールド値

EXTERN

public static final int EXTERN
関連項目:
定数フィールド値

FLOAT

public static final int FLOAT
関連項目:
定数フィールド値

INT

public static final int INT
関連項目:
定数フィールド値

LONG

public static final int LONG
関連項目:
定数フィールド値

REGISTER

public static final int REGISTER
関連項目:
定数フィールド値

SHORT

public static final int SHORT
関連項目:
定数フィールド値

SIGNED

public static final int SIGNED
関連項目:
定数フィールド値

STATIC

public static final int STATIC
関連項目:
定数フィールド値

STRUCT

public static final int STRUCT
関連項目:
定数フィールド値

TYPEDEF

public static final int TYPEDEF
関連項目:
定数フィールド値

UNION

public static final int UNION
関連項目:
定数フィールド値

UNSIGNED

public static final int UNSIGNED
関連項目:
定数フィールド値

VOID

public static final int VOID
関連項目:
定数フィールド値

VOLATILE

public static final int VOLATILE
関連項目:
定数フィールド値

MUTABLE

public static final int MUTABLE
関連項目:
定数フィールド値

BREAK

public static final int BREAK
関連項目:
定数フィールド値

CASE

public static final int CASE
関連項目:
定数フィールド値

CONTINUE

public static final int CONTINUE
関連項目:
定数フィールド値

DEFAULT

public static final int DEFAULT
関連項目:
定数フィールド値

DO

public static final int DO
関連項目:
定数フィールド値

ELSE

public static final int ELSE
関連項目:
定数フィールド値

FOR

public static final int FOR
関連項目:
定数フィールド値

GOTO

public static final int GOTO
関連項目:
定数フィールド値

IF

public static final int IF
関連項目:
定数フィールド値

RETURN

public static final int RETURN
関連項目:
定数フィールド値

SIZEOF

public static final int SIZEOF
関連項目:
定数フィールド値

SWITCH

public static final int SWITCH
関連項目:
定数フィールド値

WHILE

public static final int WHILE
関連項目:
定数フィールド値

INLINE

public static final int INLINE
関連項目:
定数フィールド値

RESTRICT

public static final int RESTRICT
関連項目:
定数フィールド値

MOD_E

public static final int MOD_E
関連項目:
定数フィールド値

AND_E

public static final int AND_E
関連項目:
定数フィールド値

MUL_E

public static final int MUL_E
関連項目:
定数フィールド値

PLUS_E

public static final int PLUS_E
関連項目:
定数フィールド値

MINUS_E

public static final int MINUS_E
関連項目:
定数フィールド値

DIV_E

public static final int DIV_E
関連項目:
定数フィールド値

LSHIFT_E

public static final int LSHIFT_E
関連項目:
定数フィールド値

EXOR_E

public static final int EXOR_E
関連項目:
定数フィールド値

OR_E

public static final int OR_E
関連項目:
定数フィールド値

RSHIFT_E

public static final int RSHIFT_E
関連項目:
定数フィールド値

NEQ

public static final int NEQ
関連項目:
定数フィールド値

LE

public static final int LE
関連項目:
定数フィールド値

GE

public static final int GE
関連項目:
定数フィールド値

EQ

public static final int EQ
関連項目:
定数フィールド値

PLUSPLUS

public static final int PLUSPLUS
関連項目:
定数フィールド値

MINUSMINUS

public static final int MINUSMINUS
関連項目:
定数フィールド値

LSHIFT

public static final int LSHIFT
関連項目:
定数フィールド値

RSHIFT

public static final int RSHIFT
関連項目:
定数フィールド値

OROR

public static final int OROR
関連項目:
定数フィールド値

ANDAND

public static final int ANDAND
関連項目:
定数フィールド値

ELLIPSIS

public static final int ELLIPSIS
関連項目:
定数フィールド値

ARROW

public static final int ARROW
関連項目:
定数フィールド値

CAST_OP

public static final int CAST_OP
関連項目:
定数フィールド値

FUNCALL

public static final int FUNCALL
関連項目:
定数フィールド値

COND_OP

public static final int COND_OP
関連項目:
定数フィールド値

INDEX_OP

public static final int INDEX_OP
関連項目:
定数フィールド値

IDENTIFIER

public static final int IDENTIFIER
関連項目:
定数フィールド値

CHAR_CONST

public static final int CHAR_CONST
関連項目:
定数フィールド値

INT_CONST

public static final int INT_CONST
関連項目:
定数フィールド値

UINT_CONST

public static final int UINT_CONST
関連項目:
定数フィールド値

LONG_CONST

public static final int LONG_CONST
関連項目:
定数フィールド値

ULONG_CONST

public static final int ULONG_CONST
関連項目:
定数フィールド値

FLOAT_CONST

public static final int FLOAT_CONST
関連項目:
定数フィールド値

DOUBLE_CONST

public static final int DOUBLE_CONST
関連項目:
定数フィールド値

LONG_DOUBLE_CONST

public static final int LONG_DOUBLE_CONST
関連項目:
定数フィールド値

STRING_L

public static final int STRING_L
関連項目:
定数フィールド値

TYPEDEF_NAME

public static final int TYPEDEF_NAME
関連項目:
定数フィールド値

STRING_WL

public static final int STRING_WL
関連項目:
定数フィールド値

LONGLONG_CONST

public static final int LONGLONG_CONST
関連項目:
定数フィールド値

ULONGLONG_CONST

public static final int ULONGLONG_CONST
関連項目:
定数フィールド値

PRAGMA

public static final int PRAGMA
関連項目:
定数フィールド値

SKIP_GCC_ATTRIBUTE

public static final int SKIP_GCC_ATTRIBUTE
関連項目:
定数フィールド値

SKIP_GCC_ASM

public static final int SKIP_GCC_ASM
関連項目:
定数フィールド値

BAD_TOKEN

public static final int BAD_TOKEN
関連項目:
定数フィールド値

IGNORE

public static final int IGNORE
関連項目:
定数フィールド値