org.jruby.parser
Interface Tokens


public interface Tokens


Field Summary
static int k__FILE__
           
static int k__LINE__
           
static int kALIAS
           
static int kAND
           
static int kBEGIN
           
static int kBREAK
           
static int kCASE
           
static int kCLASS
           
static int kDEF
           
static int kDEFINED
           
static int kDO
           
static int kDO_BLOCK
           
static int kDO_COND
           
static int kELSE
           
static int kELSIF
           
static int kEND
           
static int kENSURE
           
static int kFALSE
           
static int kFOR
           
static int kIF
           
static int kIF_MOD
           
static int kIN
           
static int klBEGIN
           
static int klEND
           
static int kMODULE
           
static int kNEXT
           
static int kNIL
           
static int kNOT
           
static int kOR
           
static int kREDO
           
static int kRESCUE
           
static int kRESCUE_MOD
           
static int kRETRY
           
static int kRETURN
           
static int kSELF
           
static int kSUPER
           
static int kTHEN
           
static int kTRUE
           
static int kUNDEF
           
static int kUNLESS
           
static int kUNLESS_MOD
           
static int kUNTIL
           
static int kUNTIL_MOD
           
static int kWHEN
           
static int kWHILE
           
static int kWHILE_MOD
           
static int kYIELD
           
static java.lang.String[] operators
           
static int tAMPER
           
static int tAMPER2
           
static int tANDOP
           
static int tAREF
           
static int tASET
           
static int tASSOC
           
static int tBACK_REF
           
static int tBACK_REF2
           
static int tBANG
           
static int tCARET
           
static int tCMP
           
static int tCOLON2
           
static int tCOLON3
           
static int tCONSTANT
           
static int tCVAR
           
static int tDIVIDE
           
static int tDOT
           
static int tDOT2
           
static int tDOT3
           
static int tEQ
           
static int tEQQ
           
static int tFID
           
static int tFLOAT
           
static int tGEQ
           
static int tGT
           
static int tGVAR
           
static int tIDENTIFIER
           
static int tINTEGER
           
static int tIVAR
           
static int tLBRACE
           
static int tLBRACE_ARG
           
static int tLBRACK
           
static int tLCURLY
           
static int tLEQ
           
static int tLPAREN
           
static int tLPAREN_ARG
           
static int tLPAREN2
           
static int tLSHFT
           
static int tLT
           
static int tMATCH
           
static int tMINUS
           
static int tNEQ
           
static int tNMATCH
           
static int tNTH_REF
           
static int tOP_ASGN
           
static int tOROP
           
static int tPERCENT
           
static int tPIPE
           
static int tPLUS
           
static int tPOW
           
static int tQWORDS_BEG
           
static int tRBRACK
           
static int tRCURLY
           
static int tREGEXP_BEG
           
static int tREGEXP_END
           
static int tRPAREN
           
static int tRSHFT
           
static int tSTAR
           
static int tSTAR2
           
static int tSTRING_BEG
           
static int tSTRING_CONTENT
           
static int tSTRING_DBEG
           
static int tSTRING_DVAR
           
static int tSTRING_END
           
static int tSYMBEG
           
static int tTILDE
           
static int tUMINUS
           
static int tUMINUS_NUM
           
static int tUPLUS
           
static int tWORDS_BEG
           
static int tXSTRING_BEG
           
static int yyErrorCode
           
 

Field Detail

yyErrorCode

static final int yyErrorCode
See Also:
Constant Field Values

kCLASS

static final int kCLASS
See Also:
Constant Field Values

kMODULE

static final int kMODULE
See Also:
Constant Field Values

kDEF

static final int kDEF
See Also:
Constant Field Values

kUNDEF

static final int kUNDEF
See Also:
Constant Field Values

kBEGIN

static final int kBEGIN
See Also:
Constant Field Values

kRESCUE

static final int kRESCUE
See Also:
Constant Field Values

kENSURE

static final int kENSURE
See Also:
Constant Field Values

kEND

static final int kEND
See Also:
Constant Field Values

kIF

static final int kIF
See Also:
Constant Field Values

kUNLESS

static final int kUNLESS
See Also:
Constant Field Values

kTHEN

static final int kTHEN
See Also:
Constant Field Values

kELSIF

static final int kELSIF
See Also:
Constant Field Values

kELSE

static final int kELSE
See Also:
Constant Field Values

kCASE

static final int kCASE
See Also:
Constant Field Values

kWHEN

static final int kWHEN
See Also:
Constant Field Values

kWHILE

static final int kWHILE
See Also:
Constant Field Values

kUNTIL

static final int kUNTIL
See Also:
Constant Field Values

kFOR

static final int kFOR
See Also:
Constant Field Values

kBREAK

static final int kBREAK
See Also:
Constant Field Values

kNEXT

static final int kNEXT
See Also:
Constant Field Values

kREDO

static final int kREDO
See Also:
Constant Field Values

kRETRY

static final int kRETRY
See Also:
Constant Field Values

kIN

static final int kIN
See Also:
Constant Field Values

kDO

static final int kDO
See Also:
Constant Field Values

kDO_COND

static final int kDO_COND
See Also:
Constant Field Values

kDO_BLOCK

static final int kDO_BLOCK
See Also:
Constant Field Values

kRETURN

static final int kRETURN
See Also:
Constant Field Values

kYIELD

static final int kYIELD
See Also:
Constant Field Values

kSUPER

static final int kSUPER
See Also:
Constant Field Values

kSELF

static final int kSELF
See Also:
Constant Field Values

kNIL

static final int kNIL
See Also:
Constant Field Values

kTRUE

static final int kTRUE
See Also:
Constant Field Values

kFALSE

static final int kFALSE
See Also:
Constant Field Values

kAND

static final int kAND
See Also:
Constant Field Values

kOR

static final int kOR
See Also:
Constant Field Values

kNOT

static final int kNOT
See Also:
Constant Field Values

kIF_MOD

static final int kIF_MOD
See Also:
Constant Field Values

kUNLESS_MOD

static final int kUNLESS_MOD
See Also:
Constant Field Values

kWHILE_MOD

static final int kWHILE_MOD
See Also:
Constant Field Values

kUNTIL_MOD

static final int kUNTIL_MOD
See Also:
Constant Field Values

kRESCUE_MOD

static final int kRESCUE_MOD
See Also:
Constant Field Values

kALIAS

static final int kALIAS
See Also:
Constant Field Values

kDEFINED

static final int kDEFINED
See Also:
Constant Field Values

klBEGIN

static final int klBEGIN
See Also:
Constant Field Values

klEND

static final int klEND
See Also:
Constant Field Values

k__LINE__

static final int k__LINE__
See Also:
Constant Field Values

k__FILE__

static final int k__FILE__
See Also:
Constant Field Values

tIDENTIFIER

static final int tIDENTIFIER
See Also:
Constant Field Values

tFID

static final int tFID
See Also:
Constant Field Values

tGVAR

static final int tGVAR
See Also:
Constant Field Values

tIVAR

static final int tIVAR
See Also:
Constant Field Values

tCONSTANT

static final int tCONSTANT
See Also:
Constant Field Values

tCVAR

static final int tCVAR
See Also:
Constant Field Values

tINTEGER

static final int tINTEGER
See Also:
Constant Field Values

tFLOAT

static final int tFLOAT
See Also:
Constant Field Values

tSTRING_CONTENT

static final int tSTRING_CONTENT
See Also:
Constant Field Values

tSTRING_BEG

static final int tSTRING_BEG
See Also:
Constant Field Values

tSTRING_END

static final int tSTRING_END
See Also:
Constant Field Values

tSTRING_DBEG

static final int tSTRING_DBEG
See Also:
Constant Field Values

tSTRING_DVAR

static final int tSTRING_DVAR
See Also:
Constant Field Values

tXSTRING_BEG

static final int tXSTRING_BEG
See Also:
Constant Field Values

tREGEXP_BEG

static final int tREGEXP_BEG
See Also:
Constant Field Values

tREGEXP_END

static final int tREGEXP_END
See Also:
Constant Field Values

tWORDS_BEG

static final int tWORDS_BEG
See Also:
Constant Field Values

tQWORDS_BEG

static final int tQWORDS_BEG
See Also:
Constant Field Values

tBACK_REF

static final int tBACK_REF
See Also:
Constant Field Values

tBACK_REF2

static final int tBACK_REF2
See Also:
Constant Field Values

tNTH_REF

static final int tNTH_REF
See Also:
Constant Field Values

tUPLUS

static final int tUPLUS
See Also:
Constant Field Values

tUMINUS

static final int tUMINUS
See Also:
Constant Field Values

tUMINUS_NUM

static final int tUMINUS_NUM
See Also:
Constant Field Values

tPOW

static final int tPOW
See Also:
Constant Field Values

tCMP

static final int tCMP
See Also:
Constant Field Values

tEQ

static final int tEQ
See Also:
Constant Field Values

tEQQ

static final int tEQQ
See Also:
Constant Field Values

tNEQ

static final int tNEQ
See Also:
Constant Field Values

tGEQ

static final int tGEQ
See Also:
Constant Field Values

tLEQ

static final int tLEQ
See Also:
Constant Field Values

tANDOP

static final int tANDOP
See Also:
Constant Field Values

tOROP

static final int tOROP
See Also:
Constant Field Values

tMATCH

static final int tMATCH
See Also:
Constant Field Values

tNMATCH

static final int tNMATCH
See Also:
Constant Field Values

tDOT

static final int tDOT
See Also:
Constant Field Values

tDOT2

static final int tDOT2
See Also:
Constant Field Values

tDOT3

static final int tDOT3
See Also:
Constant Field Values

tAREF

static final int tAREF
See Also:
Constant Field Values

tASET

static final int tASET
See Also:
Constant Field Values

tLSHFT

static final int tLSHFT
See Also:
Constant Field Values

tRSHFT

static final int tRSHFT
See Also:
Constant Field Values

tCOLON2

static final int tCOLON2
See Also:
Constant Field Values

tCOLON3

static final int tCOLON3
See Also:
Constant Field Values

tOP_ASGN

static final int tOP_ASGN
See Also:
Constant Field Values

tASSOC

static final int tASSOC
See Also:
Constant Field Values

tLPAREN

static final int tLPAREN
See Also:
Constant Field Values

tLPAREN2

static final int tLPAREN2
See Also:
Constant Field Values

tRPAREN

static final int tRPAREN
See Also:
Constant Field Values

tLPAREN_ARG

static final int tLPAREN_ARG
See Also:
Constant Field Values

tLBRACK

static final int tLBRACK
See Also:
Constant Field Values

tRBRACK

static final int tRBRACK
See Also:
Constant Field Values

tLBRACE

static final int tLBRACE
See Also:
Constant Field Values

tLBRACE_ARG

static final int tLBRACE_ARG
See Also:
Constant Field Values

tSTAR

static final int tSTAR
See Also:
Constant Field Values

tSTAR2

static final int tSTAR2
See Also:
Constant Field Values

tAMPER

static final int tAMPER
See Also:
Constant Field Values

tAMPER2

static final int tAMPER2
See Also:
Constant Field Values

tSYMBEG

static final int tSYMBEG
See Also:
Constant Field Values

tTILDE

static final int tTILDE
See Also:
Constant Field Values

tPERCENT

static final int tPERCENT
See Also:
Constant Field Values

tDIVIDE

static final int tDIVIDE
See Also:
Constant Field Values

tPLUS

static final int tPLUS
See Also:
Constant Field Values

tMINUS

static final int tMINUS
See Also:
Constant Field Values

tLT

static final int tLT
See Also:
Constant Field Values

tGT

static final int tGT
See Also:
Constant Field Values

tCARET

static final int tCARET
See Also:
Constant Field Values

tBANG

static final int tBANG
See Also:
Constant Field Values

tLCURLY

static final int tLCURLY
See Also:
Constant Field Values

tRCURLY

static final int tRCURLY
See Also:
Constant Field Values

tPIPE

static final int tPIPE
See Also:
Constant Field Values

operators

static final java.lang.String[] operators


Copyright © 2002-2007 JRuby Team. All Rights Reserved.