tgl.compiler
インタフェース Symbols


public interface Symbols

CUP generated interface containing symbol constants.


フィールドの概要
static int ADDOP
           
static int ASSIGN
           
static int CB
           
static int COMM
           
static int COMMA
           
static int CP
           
static int ELSE
           
static int ELSIF
           
static int EOF
           
static int error
           
static int FUNC
           
static int ID
           
static int IF
           
static int MULOP
           
static int NUM
           
static int OB
           
static int OP
           
static int PARAM
           
static int RELOP
           
static int REPEAT
           
static int RETURN
           
static int SC
           
static int SIGNOP
           
static int VAR
           
static int WHILE
           
 

フィールドの詳細

ADDOP

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

CP

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

ELSE

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

RELOP

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

ELSIF

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

OP

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

WHILE

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

COMM

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

RETURN

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

IF

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

CB

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

MULOP

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

ID

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

NUM

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

OB

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

COMMA

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

EOF

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

FUNC

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

error

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

ASSIGN

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

SC

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

PARAM

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

REPEAT

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

VAR

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

SIGNOP

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