Package org.acplt.oncrpc.apps.jrpcgen
Interface JrpcgenSymbols
-
public interface JrpcgenSymbolsCUP generated interface containing symbol constants.
-
-
Field Summary
Fields Modifier and Type Field Description static intBOOLstatic intCASEstatic intCHARstatic intCOLONstatic intCOMMAstatic intCONSTstatic intDEFAULTstatic intDOUBLEstatic intENUMstatic intEOFstatic intEQUALstatic interrorstatic intFLOATstatic intHYPERstatic intIDENTIFIERstatic intINTstatic intINTEGER_LITERALstatic intLANGLEstatic intLBRACEstatic intLBRACKETstatic intLONGstatic intLPARENstatic intOPAQUEstatic intPROGRAMstatic intQUADRUPLEstatic intRANGLEstatic intRBRACEstatic intRBRACKETstatic intRPARENstatic intSEMICOLONstatic intSHORTstatic intSTARstatic intSTRINGstatic intSTRUCTstatic intSWITCHstatic intTYPEDEFstatic intUNIONstatic intUNSIGNEDstatic intVERSIONstatic intVOID
-
-
-
Field Detail
-
SHORT
static final int SHORT
- See Also:
- Constant Field Values
-
QUADRUPLE
static final int QUADRUPLE
- See Also:
- Constant Field Values
-
LBRACKET
static final int LBRACKET
- See Also:
- Constant Field Values
-
CONST
static final int CONST
- See Also:
- Constant Field Values
-
CHAR
static final int CHAR
- See Also:
- Constant Field Values
-
CASE
static final int CASE
- See Also:
- Constant Field Values
-
DOUBLE
static final int DOUBLE
- See Also:
- Constant Field Values
-
HYPER
static final int HYPER
- See Also:
- Constant Field Values
-
LPAREN
static final int LPAREN
- See Also:
- Constant Field Values
-
INT
static final int INT
- See Also:
- Constant Field Values
-
STAR
static final int STAR
- See Also:
- Constant Field Values
-
RPAREN
static final int RPAREN
- See Also:
- Constant Field Values
-
SEMICOLON
static final int SEMICOLON
- See Also:
- Constant Field Values
-
BOOL
static final int BOOL
- See Also:
- Constant Field Values
-
COMMA
static final int COMMA
- See Also:
- Constant Field Values
-
VERSION
static final int VERSION
- See Also:
- Constant Field Values
-
TYPEDEF
static final int TYPEDEF
- See Also:
- Constant Field Values
-
EOF
static final int EOF
- See Also:
- Constant Field Values
-
RBRACKET
static final int RBRACKET
- See Also:
- Constant Field Values
-
EQUAL
static final int EQUAL
- See Also:
- Constant Field Values
-
error
static final int error
- See Also:
- Constant Field Values
-
PROGRAM
static final int PROGRAM
- See Also:
- Constant Field Values
-
UNSIGNED
static final int UNSIGNED
- See Also:
- Constant Field Values
-
VOID
static final int VOID
- See Also:
- Constant Field Values
-
SWITCH
static final int SWITCH
- See Also:
- Constant Field Values
-
COLON
static final int COLON
- See Also:
- Constant Field Values
-
UNION
static final int UNION
- See Also:
- Constant Field Values
-
LANGLE
static final int LANGLE
- See Also:
- Constant Field Values
-
LBRACE
static final int LBRACE
- See Also:
- Constant Field Values
-
OPAQUE
static final int OPAQUE
- See Also:
- Constant Field Values
-
ENUM
static final int ENUM
- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULT
- See Also:
- Constant Field Values
-
FLOAT
static final int FLOAT
- See Also:
- Constant Field Values
-
RANGLE
static final int RANGLE
- See Also:
- Constant Field Values
-
RBRACE
static final int RBRACE
- See Also:
- Constant Field Values
-
LONG
static final int LONG
- See Also:
- Constant Field Values
-
STRING
static final int STRING
- See Also:
- Constant Field Values
-
STRUCT
static final int STRUCT
- See Also:
- Constant Field Values
-
IDENTIFIER
static final int IDENTIFIER
- See Also:
- Constant Field Values
-
INTEGER_LITERAL
static final int INTEGER_LITERAL
- See Also:
- Constant Field Values
-
-