Class DefaultJavaCommentParser

java.lang.Object
com.thoughtworks.qdox.parser.impl.DefaultJavaCommentParser

public class DefaultJavaCommentParser extends Object
  • Field Details

    • yydebug

      boolean yydebug
    • yynerrs

      int yynerrs
    • yyerrflag

      int yyerrflag
    • yychar

      int yychar
    • YYSTACKSIZE

      static final int YYSTACKSIZE
      See Also:
    • statestk

      int[] statestk
    • stateptr

      int stateptr
    • stateptrmax

      int stateptrmax
    • statemax

      int statemax
    • yytext

      String yytext
    • yyval

    • yylval

    • valstk

    • valptr

      int valptr
    • JAVADOCSTART

      public static final short JAVADOCSTART
      See Also:
    • JAVADOCEND

      public static final short JAVADOCEND
      See Also:
    • JAVADOCTAG

      public static final short JAVADOCTAG
      See Also:
    • JAVADOCLINE

      public static final short JAVADOCLINE
      See Also:
    • YYERRCODE

      public static final short YYERRCODE
      See Also:
    • yylhs

      static final short[] yylhs
    • yylen

      static final short[] yylen
    • yydefred

      static final short[] yydefred
    • yydgoto

      static final short[] yydgoto
    • yysindex

      static final short[] yysindex
    • yyrindex

      static final short[] yyrindex
    • yygindex

      static final short[] yygindex
    • YYTABLESIZE

      static final int YYTABLESIZE
      See Also:
    • yytable

      static short[] yytable
    • yycheck

      static short[] yycheck
    • YYFINAL

      static final short YYFINAL
      See Also:
    • YYMAXTOKEN

      static final short YYMAXTOKEN
      See Also:
    • yyname

      static final String[] yyname
    • yyrule

      static final String[] yyrule
    • lexer

      private Lexer lexer
    • builder

      private Builder builder
    • line

      private int line
    • column

      private int column
    • debugLexer

      private boolean debugLexer
    • textBuffer

      private StringBuffer textBuffer
    • yyn

      int yyn
    • yym

      int yym
    • yystate

      int yystate
    • yys

      String yys
  • Constructor Details

    • DefaultJavaCommentParser

      public DefaultJavaCommentParser(Lexer lexer, Builder builder)
  • Method Details

    • debug

      void debug(String msg)
    • state_push

      final void state_push(int state)
    • state_pop

      final int state_pop()
    • state_drop

      final void state_drop(int cnt)
    • state_peek

      final int state_peek(int relative)
    • init_stacks

      final boolean init_stacks()
    • dump_stacks

      void dump_stacks(int count)
    • val_init

      void val_init()
    • val_push

      void val_push(DefaultJavaCommentParserVal val)
    • val_pop

    • val_drop

      void val_drop(int cnt)
    • val_peek

      DefaultJavaCommentParserVal val_peek(int relative)
    • dup_yyval

    • yytable

      static void yytable()
    • yycheck

      static void yycheck()
    • setDebugParser

      public void setDebugParser(boolean debug)
    • setDebugLexer

      public void setDebugLexer(boolean debug)
    • appendToBuffer

      private void appendToBuffer(String word)
    • buffer

      private String buffer()
    • parse

      public boolean parse()
    • yylex

      private int yylex()
    • yyerror

      private void yyerror(String msg)
    • yylexdebug

      void yylexdebug(int state, int ch)
    • yyparse

      int yyparse()