xdc.services.spec
Interface P_TokenTypes

All Known Implementing Classes:
L_, P_

public interface P_TokenTypes


Field Summary
static int AMP
           
static int AMPAMP
           
static int ATTR
           
static int BANG
           
static int BANGEQ
           
static int BAR
           
static int BARBAR
           
static int CAR
           
static int CHAR
           
static int COLON
           
static int COMMA
           
static int D
           
static int DIV
           
static int DOC_BLK
           
static int DOC_INL
           
static int DOC_PRE
           
static int DOC_SUF
           
static int DOT
           
static int E
           
static int ELIPSIS
           
static int END
           
static int EOF
           
static int EQ
           
static int EQEQ
           
static int GT
           
static int GTEQ
           
static int GTGT
           
static int H
           
static int ID
           
static int IDENT
           
static int LBRK
           
static int LCUR
           
static int LITERAL_any
           
static int LITERAL_Any
           
static int LITERAL_as
           
static int LITERAL_bool
           
static int LITERAL_Bool
           
static int LITERAL_char
           
static int LITERAL_Char
           
static int LITERAL_config
           
static int LITERAL_const
           
static int LITERAL_create
           
static int LITERAL_delegates
           
static int LITERAL_double
           
static int LITERAL_Double
           
static int LITERAL_enum
           
static int LITERAL_extern
           
static int LITERAL_false
           
static int LITERAL_final
           
static int LITERAL_float
           
static int LITERAL_Float
           
static int LITERAL_function
           
static int LITERAL_Fxn
           
static int LITERAL_IArg
           
static int LITERAL_import
           
static int LITERAL_inherits
           
static int LITERAL_instance
           
static int LITERAL_int
           
static int LITERAL_Int
           
static int LITERAL_interface
           
static int LITERAL_internal
           
static int LITERAL_LDouble
           
static int LITERAL_length
           
static int LITERAL_LLong
           
static int LITERAL_long
           
static int LITERAL_Long
           
static int LITERAL_metaonly
           
static int LITERAL_module
           
static int LITERAL_null
           
static int LITERAL_override
           
static int LITERAL_package
           
static int LITERAL_proxy
           
static int LITERAL_Ptr
           
static int LITERAL_readonly
           
static int LITERAL_requires
           
static int LITERAL_restrict
           
static int LITERAL_short
           
static int LITERAL_Short
           
static int LITERAL_size_t
           
static int LITERAL_SizeT
           
static int LITERAL_string
           
static int LITERAL_String
           
static int LITERAL_struct
           
static int LITERAL_true
           
static int LITERAL_typedef
           
static int LITERAL_UArg
           
static int LITERAL_UChar
           
static int LITERAL_UInt
           
static int LITERAL_ULLong
           
static int LITERAL_ULong
           
static int LITERAL_undefined
           
static int LITERAL_union
           
static int LITERAL_unsigned
           
static int LITERAL_UShort
           
static int LITERAL_va_list
           
static int LITERAL_VaList
           
static int LITERAL_void
           
static int LITERAL_Void
           
static int LITERAL_volatile
           
static int LPAR
           
static int LT
           
static int LTEQ
           
static int LTLT
           
static int LU
           
static int MIN
           
static int ML_COMMENT
           
static int NULL_TREE_LOOKAHEAD
           
static int NUM
           
static int OPER
           
static int PATH
           
static int PATHSTAR
           
static int PCT
           
static int PLUS
           
static int QUEST
           
static int R
           
static int RBRK
           
static int RCUR
           
static int RPAR
           
static int SEMI
           
static int SL_COMMENT
           
static int STAR
           
static int STRING
           
static int TILDE
           
static int WS
           
 

Field Detail

EOF

static final int EOF
See Also:
Constant Field Values

NULL_TREE_LOOKAHEAD

static final int NULL_TREE_LOOKAHEAD
See Also:
Constant Field Values

STAR

static final int STAR
See Also:
Constant Field Values

LITERAL_const

static final int LITERAL_const
See Also:
Constant Field Values

LPAR

static final int LPAR
See Also:
Constant Field Values

RPAR

static final int RPAR
See Also:
Constant Field Values

LBRK

static final int LBRK
See Also:
Constant Field Values

RBRK

static final int RBRK
See Also:
Constant Field Values

COMMA

static final int COMMA
See Also:
Constant Field Values

ELIPSIS

static final int ELIPSIS
See Also:
Constant Field Values

ATTR

static final int ATTR
See Also:
Constant Field Values

EQ

static final int EQ
See Also:
Constant Field Values

IDENT

static final int IDENT
See Also:
Constant Field Values

LITERAL_readonly

static final int LITERAL_readonly
See Also:
Constant Field Values

LITERAL_config

static final int LITERAL_config
See Also:
Constant Field Values

SEMI

static final int SEMI
See Also:
Constant Field Values

LITERAL_final

static final int LITERAL_final
See Also:
Constant Field Values

LITERAL_override

static final int LITERAL_override
See Also:
Constant Field Values

LITERAL_metaonly

static final int LITERAL_metaonly
See Also:
Constant Field Values

LITERAL_string

static final int LITERAL_string
See Also:
Constant Field Values

LITERAL_length

static final int LITERAL_length
See Also:
Constant Field Values

DOC_BLK

static final int DOC_BLK
See Also:
Constant Field Values

DOC_INL

static final int DOC_INL
See Also:
Constant Field Values

LITERAL_enum

static final int LITERAL_enum
See Also:
Constant Field Values

LCUR

static final int LCUR
See Also:
Constant Field Values

RCUR

static final int RCUR
See Also:
Constant Field Values

COLON

static final int COLON
See Also:
Constant Field Values

QUEST

static final int QUEST
See Also:
Constant Field Values

LITERAL_true

static final int LITERAL_true
See Also:
Constant Field Values

LITERAL_false

static final int LITERAL_false
See Also:
Constant Field Values

LITERAL_null

static final int LITERAL_null
See Also:
Constant Field Values

LITERAL_undefined

static final int LITERAL_undefined
See Also:
Constant Field Values

NUM

static final int NUM
See Also:
Constant Field Values

CHAR

static final int CHAR
See Also:
Constant Field Values

STRING

static final int STRING
See Also:
Constant Field Values

AMP

static final int AMP
See Also:
Constant Field Values

AMPAMP

static final int AMPAMP
See Also:
Constant Field Values

BANGEQ

static final int BANGEQ
See Also:
Constant Field Values

BAR

static final int BAR
See Also:
Constant Field Values

BARBAR

static final int BARBAR
See Also:
Constant Field Values

CAR

static final int CAR
See Also:
Constant Field Values

DIV

static final int DIV
See Also:
Constant Field Values

EQEQ

static final int EQEQ
See Also:
Constant Field Values

GT

static final int GT
See Also:
Constant Field Values

GTEQ

static final int GTEQ
See Also:
Constant Field Values

GTGT

static final int GTGT
See Also:
Constant Field Values

LT

static final int LT
See Also:
Constant Field Values

LTEQ

static final int LTEQ
See Also:
Constant Field Values

LTLT

static final int LTLT
See Also:
Constant Field Values

MIN

static final int MIN
See Also:
Constant Field Values

PCT

static final int PCT
See Also:
Constant Field Values

PLUS

static final int PLUS
See Also:
Constant Field Values

BANG

static final int BANG
See Also:
Constant Field Values

TILDE

static final int TILDE
See Also:
Constant Field Values

LITERAL_extern

static final int LITERAL_extern
See Also:
Constant Field Values

LITERAL_create

static final int LITERAL_create
See Also:
Constant Field Values

LITERAL_function

static final int LITERAL_function
See Also:
Constant Field Values

LITERAL_package

static final int LITERAL_package
See Also:
Constant Field Values

LITERAL_requires

static final int LITERAL_requires
See Also:
Constant Field Values

LITERAL_internal

static final int LITERAL_internal
See Also:
Constant Field Values

LITERAL_module

static final int LITERAL_module
See Also:
Constant Field Values

LITERAL_interface

static final int LITERAL_interface
See Also:
Constant Field Values

LITERAL_proxy

static final int LITERAL_proxy
See Also:
Constant Field Values

LITERAL_inherits

static final int LITERAL_inherits
See Also:
Constant Field Values

PATH

static final int PATH
See Also:
Constant Field Values

PATHSTAR

static final int PATHSTAR
See Also:
Constant Field Values

LITERAL_struct

static final int LITERAL_struct
See Also:
Constant Field Values

LITERAL_union

static final int LITERAL_union
See Also:
Constant Field Values

LITERAL_typedef

static final int LITERAL_typedef
See Also:
Constant Field Values

LITERAL_restrict

static final int LITERAL_restrict
See Also:
Constant Field Values

LITERAL_volatile

static final int LITERAL_volatile
See Also:
Constant Field Values

LITERAL_void

static final int LITERAL_void
See Also:
Constant Field Values

LITERAL_char

static final int LITERAL_char
See Also:
Constant Field Values

LITERAL_unsigned

static final int LITERAL_unsigned
See Also:
Constant Field Values

LITERAL_short

static final int LITERAL_short
See Also:
Constant Field Values

LITERAL_int

static final int LITERAL_int
See Also:
Constant Field Values

LITERAL_long

static final int LITERAL_long
See Also:
Constant Field Values

LITERAL_float

static final int LITERAL_float
See Also:
Constant Field Values

LITERAL_double

static final int LITERAL_double
See Also:
Constant Field Values

LITERAL_size_t

static final int LITERAL_size_t
See Also:
Constant Field Values

LITERAL_va_list

static final int LITERAL_va_list
See Also:
Constant Field Values

LITERAL_Void

static final int LITERAL_Void
See Also:
Constant Field Values

LITERAL_Char

static final int LITERAL_Char
See Also:
Constant Field Values

LITERAL_UChar

static final int LITERAL_UChar
See Also:
Constant Field Values

LITERAL_Short

static final int LITERAL_Short
See Also:
Constant Field Values

LITERAL_UShort

static final int LITERAL_UShort
See Also:
Constant Field Values

LITERAL_Int

static final int LITERAL_Int
See Also:
Constant Field Values

LITERAL_UInt

static final int LITERAL_UInt
See Also:
Constant Field Values

LITERAL_Long

static final int LITERAL_Long
See Also:
Constant Field Values

LITERAL_ULong

static final int LITERAL_ULong
See Also:
Constant Field Values

LITERAL_LLong

static final int LITERAL_LLong
See Also:
Constant Field Values

LITERAL_ULLong

static final int LITERAL_ULLong
See Also:
Constant Field Values

LITERAL_Float

static final int LITERAL_Float
See Also:
Constant Field Values

LITERAL_Double

static final int LITERAL_Double
See Also:
Constant Field Values

LITERAL_LDouble

static final int LITERAL_LDouble
See Also:
Constant Field Values

LITERAL_SizeT

static final int LITERAL_SizeT
See Also:
Constant Field Values

LITERAL_VaList

static final int LITERAL_VaList
See Also:
Constant Field Values

LITERAL_Any

static final int LITERAL_Any
See Also:
Constant Field Values

LITERAL_IArg

static final int LITERAL_IArg
See Also:
Constant Field Values

LITERAL_UArg

static final int LITERAL_UArg
See Also:
Constant Field Values

LITERAL_Bool

static final int LITERAL_Bool
See Also:
Constant Field Values

LITERAL_Fxn

static final int LITERAL_Fxn
See Also:
Constant Field Values

LITERAL_Ptr

static final int LITERAL_Ptr
See Also:
Constant Field Values

LITERAL_String

static final int LITERAL_String
See Also:
Constant Field Values

LITERAL_any

static final int LITERAL_any
See Also:
Constant Field Values

LITERAL_bool

static final int LITERAL_bool
See Also:
Constant Field Values

LITERAL_import

static final int LITERAL_import
See Also:
Constant Field Values

LITERAL_as

static final int LITERAL_as
See Also:
Constant Field Values

LITERAL_delegates

static final int LITERAL_delegates
See Also:
Constant Field Values

LITERAL_instance

static final int LITERAL_instance
See Also:
Constant Field Values

DOC_SUF

static final int DOC_SUF
See Also:
Constant Field Values

DOC_PRE

static final int DOC_PRE
See Also:
Constant Field Values

OPER

static final int OPER
See Also:
Constant Field Values

END

static final int END
See Also:
Constant Field Values

WS

static final int WS
See Also:
Constant Field Values

SL_COMMENT

static final int SL_COMMENT
See Also:
Constant Field Values

ML_COMMENT

static final int ML_COMMENT
See Also:
Constant Field Values

DOT

static final int DOT
See Also:
Constant Field Values

ID

static final int ID
See Also:
Constant Field Values

D

static final int D
See Also:
Constant Field Values

R

static final int R
See Also:
Constant Field Values

H

static final int H
See Also:
Constant Field Values

E

static final int E
See Also:
Constant Field Values

LU

static final int LU
See Also:
Constant Field Values