All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----mathbus.parse.YYMBMathematicaLex
(Notice that the current version of the jbf system does not substitute all occurrences of YYtokentypes with YYMBMathematicaTokentypes. So a substitution of this string by a tool like the UNIX sed has to be done in the resulting Java files.)
protected int Goto
protected static final int yynobranch
protected static final int yy_find_action
protected static final int yy_match
protected static final int do_action
public static final int YY_FLEX_MAJOR_VERSION
public static final int YY_FLEX_MINOR_VERSION
public static final int YY_NULL
public static final int YY_MORE_ADJ
public static final int YY_END_OF_BUFFER_CHAR
public static final int YY_BUF_SIZE
public static final int YY_READ_BUF_SIZE
public static final int EOB_ACT_CONTINUE_SCAN
public static final int EOB_ACT_END_OF_FILE
public static final int EOB_ACT_LAST_MATCH
public static final int YY_START_STACK_INCR
public static final int YY_BUFFER_NEW
public static final int YY_BUFFER_NORMAL
public static final int YY_BUFFER_EOF_PENDING
public static final int YY_NUM_RULES
public static final int YY_END_OF_BUFFER
public static final int YY_SPECIAL
public static final int INITIAL
public static final int COMMENT
protected static final int EOF
protected StringBuffer lexeme
public int yydebug
public static final short yy_accept[]
public static final int yy_ec[]
public static final short yy_nxt[]
public static final int yy_meta[]
public static final short yy_base[]
public static final short yy_def[]
public static final short yy_chk[]
protected static final char LBRACE
protected static final char RBRACE
protected int comment_depth
public YYMBMathematicaLex(InputStream fin)
public YYMBMathematicaLex()
public YYMBMathematicaLex(InputStream fin, PrintStream fout)
public Integer yylex() throws LexException, IOException, EmptyStackException
public void yy_push_state(int new_state)
public void yy_pop_state()
protected int yy_top_state()
protected void yyfatalerror(String msg) throws LexException
public void yylexerror(String s) throws LexException
public YYtoken yyreport(YYtoken yylval)
protected void BEGIN(int n)
public void yybegin(int n)
public int YY_START()
protected int YY_AT_BOL()
protected int YY_STATE_EOF(int st)
protected int YY_SC_TO_UI(char c)
public void yy_set_interactive(boolean is_interactive)
protected void yy_set_bol(boolean at_bol)
public void setdebug(boolean d)
public void setdebug(int i)
public void yyreturn(Integer ttype)
public void yyreturn(int ttype)
public StringBuffer yytext()
public int lineno()
public int charno0()
public int charno()
All Packages Class Hierarchy This Package Previous Next Index