de.hunsicker.jalopy.language.antlr
Interface JavadocTokenTypes

All Known Implementing Classes:
InternalJavadocLexer, InternalJavadocParser, JavadocLexer, JavadocParser

public interface JavadocTokenTypes


Field Summary
static int AT
           
static int ATTR
           
static int BR
           
static int C_TH_OR_TD
           
static int C_TR
           
static int CACRO
           
static int CADDRESS
           
static int CANCHOR
           
static int CBIG
           
static int CBOLD
           
static int CBQUOTE
           
static int CCAP
           
static int CCENTER
           
static int CCITE
           
static int CCODE
           
static int CDDEF
           
static int CDFN
           
static int CDIR
           
static int CDIR_OR_CDIV
           
static int CDIV
           
static int CDLIST
           
static int CDTERM
           
static int CEM
           
static int CFONT
           
static int CH1
           
static int CH2
           
static int CH3
           
static int CH4
           
static int CH5
           
static int CH6
           
static int CITALIC
           
static int CKBD
           
static int CLITEM
           
static int COLIST
           
static int COMMENT
           
static int COMMENT_DATA
           
static int CPARA
           
static int CSAMP
           
static int CSMALL
           
static int CSTRIKE
           
static int CSTRIKE_OR_CSTRONG
           
static int CSTRONG
           
static int CSUB
           
static int CSUB_OR_CSUP
           
static int CSUP
           
static int CTABLE
           
static int CTD
           
static int CTH
           
static int CTTYPE
           
static int CULIST
           
static int CUNDER
           
static int CVAR
           
static int DIGIT
           
static int EMAILSTART
           
static int EOF
           
static int HEXDIGIT
           
static int HEXINT
           
static int HEXNUM
           
static int HR
           
static int IMG
           
static int INT
           
static int JAVADOC_CLOSE
           
static int JAVADOC_COMMENT
           
static int JAVADOC_OPEN
           
static int LCLETTER
           
static int LCURLY
           
static int NEWLINE
           
static int NULL_TREE_LOOKAHEAD
           
static int O_TH_OR_TD
           
static int O_TR
           
static int OACRO
           
static int OADDRESS
           
static int OANCHOR
           
static int OBIG
           
static int OBOLD
           
static int OBQUOTE
           
static int OCAP
           
static int OCENTER
           
static int OCITE
           
static int OCODE
           
static int ODDEF
           
static int ODFN
           
static int ODIR
           
static int ODIV
           
static int ODLIST
           
static int ODTERM
           
static int OEM
           
static int OFONT
           
static int OH1
           
static int OH2
           
static int OH3
           
static int OH4
           
static int OH5
           
static int OH6
           
static int OITALIC
           
static int OKBD
           
static int OLITEM
           
static int OOLIST
           
static int OPARA
           
static int OSAMP
           
static int OSMALL
           
static int OSTRIKE
           
static int OSTRIKE_OR_OSTRONG
           
static int OSTRONG
           
static int OSUB
           
static int OSUP
           
static int OTABLE
           
static int OTD
           
static int OTH
           
static int OTTYPE
           
static int OULIST
           
static int OUNDER
           
static int OVAR
           
static int PCDATA
           
static int PRE
           
static int RCURLY
           
static int SPECIAL
           
static int STAR
           
static int STRING
           
static int TAG
           
static int TAG_AUTHOR
           
static int TAG_CUSTOM
           
static int TAG_DEPRECATED
           
static int TAG_EXCEPTION
           
static int TAG_INLINE_CUSTOM
           
static int TAG_INLINE_DOCROOT
           
static int TAG_INLINE_INHERITDOC
           
static int TAG_INLINE_LINK
           
static int TAG_INLINE_LINKPLAIN
           
static int TAG_INLINE_VALUE
           
static int TAG_OR_AT
           
static int TAG_PARAM
           
static int TAG_RETURN
           
static int TAG_SEE
           
static int TAG_SERIAL
           
static int TAG_SERIAL_DATA
           
static int TAG_SERIAL_FIELD
           
static int TAG_SINCE
           
static int TAG_THROWS
           
static int TAG_TODO
           
static int TAG_VERSION
           
static int TYPEDCLASS
           
static int WORD
           
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

JAVADOC_COMMENT

static final int JAVADOC_COMMENT
See Also:
Constant Field Values

LCURLY

static final int LCURLY
See Also:
Constant Field Values

RCURLY

static final int RCURLY
See Also:
Constant Field Values

OTH

static final int OTH
See Also:
Constant Field Values

CTH

static final int CTH
See Also:
Constant Field Values

OTD

static final int OTD
See Also:
Constant Field Values

CTD

static final int CTD
See Also:
Constant Field Values

TAG_CUSTOM

static final int TAG_CUSTOM
See Also:
Constant Field Values

TAG_AUTHOR

static final int TAG_AUTHOR
See Also:
Constant Field Values

TAG_DEPRECATED

static final int TAG_DEPRECATED
See Also:
Constant Field Values

TAG_EXCEPTION

static final int TAG_EXCEPTION
See Also:
Constant Field Values

TAG_THROWS

static final int TAG_THROWS
See Also:
Constant Field Values

TAG_PARAM

static final int TAG_PARAM
See Also:
Constant Field Values

TAG_RETURN

static final int TAG_RETURN
See Also:
Constant Field Values

TAG_SEE

static final int TAG_SEE
See Also:
Constant Field Values

TAG_SINCE

static final int TAG_SINCE
See Also:
Constant Field Values

TAG_SERIAL

static final int TAG_SERIAL
See Also:
Constant Field Values

TAG_SERIAL_DATA

static final int TAG_SERIAL_DATA
See Also:
Constant Field Values

TAG_SERIAL_FIELD

static final int TAG_SERIAL_FIELD
See Also:
Constant Field Values

TAG_VERSION

static final int TAG_VERSION
See Also:
Constant Field Values

TAG_INLINE_CUSTOM

static final int TAG_INLINE_CUSTOM
See Also:
Constant Field Values

TAG_INLINE_DOCROOT

static final int TAG_INLINE_DOCROOT
See Also:
Constant Field Values

TAG_INLINE_INHERITDOC

static final int TAG_INLINE_INHERITDOC
See Also:
Constant Field Values

TAG_INLINE_LINK

static final int TAG_INLINE_LINK
See Also:
Constant Field Values

TAG_INLINE_LINKPLAIN

static final int TAG_INLINE_LINKPLAIN
See Also:
Constant Field Values

TAG_INLINE_VALUE

static final int TAG_INLINE_VALUE
See Also:
Constant Field Values

TAG_TODO

static final int TAG_TODO
See Also:
Constant Field Values

JAVADOC_OPEN

static final int JAVADOC_OPEN
See Also:
Constant Field Values

JAVADOC_CLOSE

static final int JAVADOC_CLOSE
See Also:
Constant Field Values

AT

static final int AT
See Also:
Constant Field Values

TAG_OR_AT

static final int TAG_OR_AT
See Also:
Constant Field Values

HR

static final int HR
See Also:
Constant Field Values

IMG

static final int IMG
See Also:
Constant Field Values

BR

static final int BR
See Also:
Constant Field Values

TAG

static final int TAG
See Also:
Constant Field Values

COMMENT

static final int COMMENT
See Also:
Constant Field Values

PCDATA

static final int PCDATA
See Also:
Constant Field Values

OH1

static final int OH1
See Also:
Constant Field Values

CH1

static final int CH1
See Also:
Constant Field Values

OH2

static final int OH2
See Also:
Constant Field Values

CH2

static final int CH2
See Also:
Constant Field Values

OH3

static final int OH3
See Also:
Constant Field Values

CH3

static final int CH3
See Also:
Constant Field Values

OH4

static final int OH4
See Also:
Constant Field Values

CH4

static final int CH4
See Also:
Constant Field Values

OH5

static final int OH5
See Also:
Constant Field Values

CH5

static final int CH5
See Also:
Constant Field Values

OH6

static final int OH6
See Also:
Constant Field Values

CH6

static final int CH6
See Also:
Constant Field Values

OADDRESS

static final int OADDRESS
See Also:
Constant Field Values

CADDRESS

static final int CADDRESS
See Also:
Constant Field Values

OPARA

static final int OPARA
See Also:
Constant Field Values

CPARA

static final int CPARA
See Also:
Constant Field Values

OULIST

static final int OULIST
See Also:
Constant Field Values

CULIST

static final int CULIST
See Also:
Constant Field Values

OOLIST

static final int OOLIST
See Also:
Constant Field Values

COLIST

static final int COLIST
See Also:
Constant Field Values

ODLIST

static final int ODLIST
See Also:
Constant Field Values

CDLIST

static final int CDLIST
See Also:
Constant Field Values

OLITEM

static final int OLITEM
See Also:
Constant Field Values

CLITEM

static final int CLITEM
See Also:
Constant Field Values

ODTERM

static final int ODTERM
See Also:
Constant Field Values

CDTERM

static final int CDTERM
See Also:
Constant Field Values

ODDEF

static final int ODDEF
See Also:
Constant Field Values

CDDEF

static final int CDDEF
See Also:
Constant Field Values

ODIR

static final int ODIR
See Also:
Constant Field Values

CDIR

static final int CDIR
See Also:
Constant Field Values

ODIV

static final int ODIV
See Also:
Constant Field Values

CDIV

static final int CDIV
See Also:
Constant Field Values

OCENTER

static final int OCENTER
See Also:
Constant Field Values

CCENTER

static final int CCENTER
See Also:
Constant Field Values

OBQUOTE

static final int OBQUOTE
See Also:
Constant Field Values

CBQUOTE

static final int CBQUOTE
See Also:
Constant Field Values

PRE

static final int PRE
See Also:
Constant Field Values

OTABLE

static final int OTABLE
See Also:
Constant Field Values

CTABLE

static final int CTABLE
See Also:
Constant Field Values

OCAP

static final int OCAP
See Also:
Constant Field Values

CCAP

static final int CCAP
See Also:
Constant Field Values

O_TR

static final int O_TR
See Also:
Constant Field Values

C_TR

static final int C_TR
See Also:
Constant Field Values

OTTYPE

static final int OTTYPE
See Also:
Constant Field Values

CTTYPE

static final int CTTYPE
See Also:
Constant Field Values

OITALIC

static final int OITALIC
See Also:
Constant Field Values

CITALIC

static final int CITALIC
See Also:
Constant Field Values

OBOLD

static final int OBOLD
See Also:
Constant Field Values

CBOLD

static final int CBOLD
See Also:
Constant Field Values

OCODE

static final int OCODE
See Also:
Constant Field Values

CCODE

static final int CCODE
See Also:
Constant Field Values

OUNDER

static final int OUNDER
See Also:
Constant Field Values

CUNDER

static final int CUNDER
See Also:
Constant Field Values

OSTRIKE

static final int OSTRIKE
See Also:
Constant Field Values

CSTRIKE

static final int CSTRIKE
See Also:
Constant Field Values

OBIG

static final int OBIG
See Also:
Constant Field Values

CBIG

static final int CBIG
See Also:
Constant Field Values

OSMALL

static final int OSMALL
See Also:
Constant Field Values

CSMALL

static final int CSMALL
See Also:
Constant Field Values

OSUB

static final int OSUB
See Also:
Constant Field Values

CSUB

static final int CSUB
See Also:
Constant Field Values

OSUP

static final int OSUP
See Also:
Constant Field Values

CSUP

static final int CSUP
See Also:
Constant Field Values

OEM

static final int OEM
See Also:
Constant Field Values

CEM

static final int CEM
See Also:
Constant Field Values

OSTRONG

static final int OSTRONG
See Also:
Constant Field Values

CSTRONG

static final int CSTRONG
See Also:
Constant Field Values

ODFN

static final int ODFN
See Also:
Constant Field Values

CDFN

static final int CDFN
See Also:
Constant Field Values

OSAMP

static final int OSAMP
See Also:
Constant Field Values

CSAMP

static final int CSAMP
See Also:
Constant Field Values

OKBD

static final int OKBD
See Also:
Constant Field Values

CKBD

static final int CKBD
See Also:
Constant Field Values

OVAR

static final int OVAR
See Also:
Constant Field Values

CVAR

static final int CVAR
See Also:
Constant Field Values

OCITE

static final int OCITE
See Also:
Constant Field Values

CCITE

static final int CCITE
See Also:
Constant Field Values

OACRO

static final int OACRO
See Also:
Constant Field Values

CACRO

static final int CACRO
See Also:
Constant Field Values

TYPEDCLASS

static final int TYPEDCLASS
See Also:
Constant Field Values

OANCHOR

static final int OANCHOR
See Also:
Constant Field Values

CANCHOR

static final int CANCHOR
See Also:
Constant Field Values

OFONT

static final int OFONT
See Also:
Constant Field Values

CFONT

static final int CFONT
See Also:
Constant Field Values

CDIR_OR_CDIV

static final int CDIR_OR_CDIV
See Also:
Constant Field Values

O_TH_OR_TD

static final int O_TH_OR_TD
See Also:
Constant Field Values

C_TH_OR_TD

static final int C_TH_OR_TD
See Also:
Constant Field Values

OSTRIKE_OR_OSTRONG

static final int OSTRIKE_OR_OSTRONG
See Also:
Constant Field Values

CSTRIKE_OR_CSTRONG

static final int CSTRIKE_OR_CSTRONG
See Also:
Constant Field Values

CSUB_OR_CSUP

static final int CSUB_OR_CSUP
See Also:
Constant Field Values

STAR

static final int STAR
See Also:
Constant Field Values

COMMENT_DATA

static final int COMMENT_DATA
See Also:
Constant Field Values

WS

static final int WS
See Also:
Constant Field Values

NEWLINE

static final int NEWLINE
See Also:
Constant Field Values

ATTR

static final int ATTR
See Also:
Constant Field Values

WORD

static final int WORD
See Also:
Constant Field Values

STRING

static final int STRING
See Also:
Constant Field Values

SPECIAL

static final int SPECIAL
See Also:
Constant Field Values

HEXNUM

static final int HEXNUM
See Also:
Constant Field Values

INT

static final int INT
See Also:
Constant Field Values

HEXINT

static final int HEXINT
See Also:
Constant Field Values

DIGIT

static final int DIGIT
See Also:
Constant Field Values

HEXDIGIT

static final int HEXDIGIT
See Also:
Constant Field Values

EMAILSTART

static final int EMAILSTART
See Also:
Constant Field Values

LCLETTER

static final int LCLETTER
See Also:
Constant Field Values


Copyright © 1997-2012 Jalopy. All Rights Reserved.