Class DefaultJavaCommentParser


  • public class DefaultJavaCommentParser
    extends java.lang.Object
    • Field Detail

      • yydebug

        boolean yydebug
      • yynerrs

        int yynerrs
      • yyerrflag

        int yyerrflag
      • yychar

        int yychar
      • statestk

        int[] statestk
      • stateptr

        int stateptr
      • stateptrmax

        int stateptrmax
      • statemax

        int statemax
      • yytext

        java.lang.String yytext
      • valptr

        int valptr
      • 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
      • yytable

        static short[] yytable
      • yycheck

        static short[] yycheck
      • yyname

        static final java.lang.String[] yyname
      • yyrule

        static final java.lang.String[] yyrule
      • lexer

        private Lexer lexer
      • line

        private int line
      • column

        private int column
      • debugLexer

        private boolean debugLexer
      • textBuffer

        private java.lang.StringBuffer textBuffer
      • yyn

        int yyn
      • yym

        int yym
      • yystate

        int yystate
      • yys

        java.lang.String yys
    • Constructor Detail

      • DefaultJavaCommentParser

        public DefaultJavaCommentParser​(Lexer lexer,
                                        Builder builder)
    • Method Detail

      • debug

        void debug​(java.lang.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_drop

        void val_drop​(int cnt)
      • yytable

        static void yytable()
      • yycheck

        static void yycheck()
      • setDebugParser

        public void setDebugParser​(boolean debug)
      • setDebugLexer

        public void setDebugLexer​(boolean debug)
      • appendToBuffer

        private void appendToBuffer​(java.lang.String word)
      • buffer

        private java.lang.String buffer()
      • parse

        public boolean parse()
      • yylex

        private int yylex()
      • yyerror

        private void yyerror​(java.lang.String msg)
      • yylexdebug

        void yylexdebug​(int state,
                        int ch)
      • yyparse

        int yyparse()