com.octagroup.foregej.java.doc
Class JavaDocParser

java.lang.Object
  |
  +--antlr.Parser
        |
        +--antlr.LLkParser
              |
              +--com.octagroup.foregej.java.doc.JavaDocParserBase
                    |
                    +--com.octagroup.foregej.java.doc.JavaDocParser
All Implemented Interfaces:
JavaDocTokenTypes

public class JavaDocParser
extends JavaDocParserBase
implements JavaDocTokenTypes


Field Summary
static java.lang.String[] _tokenNames
           
static antlr.collections.impl.BitSet _tokenSet_0
           
static antlr.collections.impl.BitSet _tokenSet_1
           
static antlr.collections.impl.BitSet _tokenSet_10
           
static antlr.collections.impl.BitSet _tokenSet_11
           
static antlr.collections.impl.BitSet _tokenSet_12
           
static antlr.collections.impl.BitSet _tokenSet_13
           
static antlr.collections.impl.BitSet _tokenSet_14
           
static antlr.collections.impl.BitSet _tokenSet_15
           
static antlr.collections.impl.BitSet _tokenSet_2
           
static antlr.collections.impl.BitSet _tokenSet_3
           
static antlr.collections.impl.BitSet _tokenSet_4
           
static antlr.collections.impl.BitSet _tokenSet_5
           
static antlr.collections.impl.BitSet _tokenSet_6
           
static antlr.collections.impl.BitSet _tokenSet_7
           
static antlr.collections.impl.BitSet _tokenSet_8
           
static antlr.collections.impl.BitSet _tokenSet_9
           
 
Fields inherited from class antlr.Parser
astFactory, inputState, returnAST, tokenNames, tokenTypeToASTClassMap, traceDepth
 
Fields inherited from interface com.octagroup.foregej.java.doc.JavaDocTokenTypes
ANCHOR, AT, ATTRIBUTE, BOLD, CANCHOR, CBOLD, CCODE, CITALIC, CJAVADOC, CODE, COMMENT, COMMENT_DATA, CPARA, CPRE, CUNDER, DIGIT, DQUOTE, EOF, EQUAL, GT, HEXDIGIT, HEXINT, INT, ITALIC, JAVADOC, JTAG, JTAG_AUTHOR, JTAG_PARAM, JTAG_RETURN, LCLETTER, LITERAL_author, LITERAL_param, LITERAL_return, MINUS, NULL_TREE_LOOKAHEAD, OANCHOR, OBOLD, OBR, OCODE, OITALIC, OJAVADOC, OPARA, OPRE, OTHER_TOKEN, OUNDER, PARAGRAPH, PREFORMATTED, SPECIAL, SQUOTE, STRING, UNDERLINE, WORD, WS, WSCHARS
 
Constructor Summary
  JavaDocParser(antlr.ParserSharedInputState state)
           
  JavaDocParser(antlr.TokenBuffer tokenBuf)
           
protected JavaDocParser(antlr.TokenBuffer tokenBuf, int k)
           
  JavaDocParser(antlr.TokenStream lexer)
           
protected JavaDocParser(antlr.TokenStream lexer, int k)
           
 
Method Summary
 void anchor()
           
 void attr()
           
 void block()
           
 void body_content()
           
 void body_tag()
           
 void bold()
           
 void br()
           
protected  void buildTokenTypeASTClassMap()
           
 void canchor()
           
 void cbold()
           
 void ccode()
           
 void citalic()
           
 void code()
           
 void cpara()
           
 void cpre()
           
 void cunder()
           
 void font()
           
 void italic()
           
 void javadoc_content()
           
 void javadoc()
           
 void jtag_author()
           
 void jtag_data()
           
 void jtag_other()
           
 void jtag_param()
           
 void jtag_return()
           
 void jtag()
           
 void literal()
           
 void oanchor()
           
 void obold()
           
 void ocode()
           
 void oitalic()
           
 void opara()
           
 void opre()
           
 void ounder()
           
 void paragraph()
           
 void pcdata_no_quote()
           
 void pcdata()
           
 void phrase()
           
 void preformatted()
           
 void special()
           
 void string_data_d()
           
 void string_data_s()
           
 void string()
           
 void text_repeat()
           
 void text_tag()
           
 void text()
           
 void underline()
           
 
Methods inherited from class com.octagroup.foregej.java.doc.JavaDocParserBase
isErrornous, reportError
 
Methods inherited from class antlr.LLkParser
consume, LA, LT, traceIn, traceOut
 
Methods inherited from class antlr.Parser
addMessageListener, addParserListener, addParserMatchListener, addParserTokenListener, addSemanticPredicateListener, addSyntacticPredicateListener, addTraceListener, consumeUntil, consumeUntil, defaultDebuggingSetup, getAST, getASTFactory, getFilename, getInputState, getTokenName, getTokenNames, getTokenTypeToASTClassMap, isDebugMode, mark, match, match, matchNot, panic, removeMessageListener, removeParserListener, removeParserMatchListener, removeParserTokenListener, removeSemanticPredicateListener, removeSyntacticPredicateListener, removeTraceListener, reportError, reportWarning, rewind, setASTFactory, setASTNodeClass, setASTNodeType, setDebugMode, setFilename, setIgnoreInvalidDebugCalls, setInputState, setTokenBuffer, traceIndent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_tokenNames

public static final java.lang.String[] _tokenNames

_tokenSet_0

public static final antlr.collections.impl.BitSet _tokenSet_0

_tokenSet_1

public static final antlr.collections.impl.BitSet _tokenSet_1

_tokenSet_2

public static final antlr.collections.impl.BitSet _tokenSet_2

_tokenSet_3

public static final antlr.collections.impl.BitSet _tokenSet_3

_tokenSet_4

public static final antlr.collections.impl.BitSet _tokenSet_4

_tokenSet_5

public static final antlr.collections.impl.BitSet _tokenSet_5

_tokenSet_6

public static final antlr.collections.impl.BitSet _tokenSet_6

_tokenSet_7

public static final antlr.collections.impl.BitSet _tokenSet_7

_tokenSet_8

public static final antlr.collections.impl.BitSet _tokenSet_8

_tokenSet_9

public static final antlr.collections.impl.BitSet _tokenSet_9

_tokenSet_10

public static final antlr.collections.impl.BitSet _tokenSet_10

_tokenSet_11

public static final antlr.collections.impl.BitSet _tokenSet_11

_tokenSet_12

public static final antlr.collections.impl.BitSet _tokenSet_12

_tokenSet_13

public static final antlr.collections.impl.BitSet _tokenSet_13

_tokenSet_14

public static final antlr.collections.impl.BitSet _tokenSet_14

_tokenSet_15

public static final antlr.collections.impl.BitSet _tokenSet_15
Constructor Detail

JavaDocParser

protected JavaDocParser(antlr.TokenBuffer tokenBuf,
                        int k)

JavaDocParser

public JavaDocParser(antlr.TokenBuffer tokenBuf)

JavaDocParser

protected JavaDocParser(antlr.TokenStream lexer,
                        int k)

JavaDocParser

public JavaDocParser(antlr.TokenStream lexer)

JavaDocParser

public JavaDocParser(antlr.ParserSharedInputState state)
Method Detail

javadoc

public final void javadoc()
                   throws antlr.RecognitionException,
                          antlr.TokenStreamException

javadoc_content

public final void javadoc_content()
                           throws antlr.RecognitionException,
                                  antlr.TokenStreamException

jtag

public final void jtag()
                throws antlr.RecognitionException,
                       antlr.TokenStreamException

body_content

public final void body_content()
                        throws antlr.RecognitionException,
                               antlr.TokenStreamException

jtag_param

public final void jtag_param()
                      throws antlr.RecognitionException,
                             antlr.TokenStreamException

jtag_author

public final void jtag_author()
                       throws antlr.RecognitionException,
                              antlr.TokenStreamException

jtag_return

public final void jtag_return()
                       throws antlr.RecognitionException,
                              antlr.TokenStreamException

jtag_other

public final void jtag_other()
                      throws antlr.RecognitionException,
                             antlr.TokenStreamException

jtag_data

public final void jtag_data()
                     throws antlr.RecognitionException,
                            antlr.TokenStreamException

text

public final void text()
                throws antlr.RecognitionException,
                       antlr.TokenStreamException

pcdata

public final void pcdata()
                  throws antlr.RecognitionException,
                         antlr.TokenStreamException

pcdata_no_quote

public final void pcdata_no_quote()
                           throws antlr.RecognitionException,
                                  antlr.TokenStreamException

attr

public final void attr()
                throws antlr.RecognitionException,
                       antlr.TokenStreamException

literal

public final void literal()
                   throws antlr.RecognitionException,
                          antlr.TokenStreamException

font

public final void font()
                throws antlr.RecognitionException,
                       antlr.TokenStreamException

italic

public final void italic()
                  throws antlr.RecognitionException,
                         antlr.TokenStreamException

bold

public final void bold()
                throws antlr.RecognitionException,
                       antlr.TokenStreamException

underline

public final void underline()
                     throws antlr.RecognitionException,
                            antlr.TokenStreamException

phrase

public final void phrase()
                  throws antlr.RecognitionException,
                         antlr.TokenStreamException

code

public final void code()
                throws antlr.RecognitionException,
                       antlr.TokenStreamException

special

public final void special()
                   throws antlr.RecognitionException,
                          antlr.TokenStreamException

anchor

public final void anchor()
                  throws antlr.RecognitionException,
                         antlr.TokenStreamException

br

public final void br()
              throws antlr.RecognitionException,
                     antlr.TokenStreamException

text_tag

public final void text_tag()
                    throws antlr.RecognitionException,
                           antlr.TokenStreamException

block

public final void block()
                 throws antlr.RecognitionException,
                        antlr.TokenStreamException

paragraph

public final void paragraph()
                     throws antlr.RecognitionException,
                            antlr.TokenStreamException

preformatted

public final void preformatted()
                        throws antlr.RecognitionException,
                               antlr.TokenStreamException

body_tag

public final void body_tag()
                    throws antlr.RecognitionException,
                           antlr.TokenStreamException

opara

public final void opara()
                 throws antlr.RecognitionException,
                        antlr.TokenStreamException

text_repeat

public final void text_repeat()
                       throws antlr.RecognitionException,
                              antlr.TokenStreamException

cpara

public final void cpara()
                 throws antlr.RecognitionException,
                        antlr.TokenStreamException

opre

public final void opre()
                throws antlr.RecognitionException,
                       antlr.TokenStreamException

cpre

public final void cpre()
                throws antlr.RecognitionException,
                       antlr.TokenStreamException

oitalic

public final void oitalic()
                   throws antlr.RecognitionException,
                          antlr.TokenStreamException

citalic

public final void citalic()
                   throws antlr.RecognitionException,
                          antlr.TokenStreamException

obold

public final void obold()
                 throws antlr.RecognitionException,
                        antlr.TokenStreamException

cbold

public final void cbold()
                 throws antlr.RecognitionException,
                        antlr.TokenStreamException

ounder

public final void ounder()
                  throws antlr.RecognitionException,
                         antlr.TokenStreamException

cunder

public final void cunder()
                  throws antlr.RecognitionException,
                         antlr.TokenStreamException

ocode

public final void ocode()
                 throws antlr.RecognitionException,
                        antlr.TokenStreamException

ccode

public final void ccode()
                 throws antlr.RecognitionException,
                        antlr.TokenStreamException

oanchor

public final void oanchor()
                   throws antlr.RecognitionException,
                          antlr.TokenStreamException

canchor

public final void canchor()
                   throws antlr.RecognitionException,
                          antlr.TokenStreamException

string

public final void string()
                  throws antlr.RecognitionException,
                         antlr.TokenStreamException

string_data_d

public final void string_data_d()
                         throws antlr.RecognitionException,
                                antlr.TokenStreamException

string_data_s

public final void string_data_s()
                         throws antlr.RecognitionException,
                                antlr.TokenStreamException

buildTokenTypeASTClassMap

protected void buildTokenTypeASTClassMap()


Copyright © 2003 El Icognito des Noboby. All Rights Reserved.