Class jkp.YYlex
All Packages Class Hierarchy This Package Previous Next Index
Class jkp.YYlex
java.lang.Object
|
+----jkp.YYlex
- public class YYlex
- extends Object
-
AND
-
-
COND
-
-
CONSTANT
-
-
DEFFUNCTION
-
-
DEFLOGICAL
-
-
DEFOBJECT
-
-
DEFRELATION
-
-
EOB_ACT_CONTINUE_SCAN
-
-
EOB_ACT_END_OF_FILE
-
-
EOB_ACT_LAST_MATCH
-
-
EOF
-
-
EQ
-
-
EQGREATER
-
-
EQLESS
-
-
EQUIV
-
-
EXISTS
-
-
FALSE
-
-
FORALL
-
-
GREATER
-
-
Goto
-
-
IF
-
-
IMPLIED
-
-
IMPLIES
-
-
INDVAR
-
-
INITIAL
-
-
INTEGER
-
-
LESS
-
-
LISTOF
-
-
NOT
-
-
NOTEQ
-
-
OR
-
-
PLACEHOLDER
-
-
QUOTE
-
-
REAL
-
-
SEQVAR
-
-
STRING
-
-
TRUE
-
-
YY_BUFFER_EOF_PENDING
-
-
YY_BUFFER_NEW
-
-
YY_BUFFER_NORMAL
-
-
YY_BUF_SIZE
-
-
YY_END_OF_BUFFER
-
-
YY_END_OF_BUFFER_CHAR
-
-
YY_FLEX_MAJOR_VERSION
-
-
YY_FLEX_MINOR_VERSION
-
-
YY_MORE_ADJ
-
-
YY_NULL
-
-
YY_NUM_RULES
-
-
YY_READ_BUF_SIZE
-
-
YY_SPECIAL
-
-
YY_START_STACK_INCR
-
-
do_action
-
-
lexeme
-
-
yy_accept
-
-
yy_base
-
-
yy_chk
-
-
yy_def
-
-
yy_ec
-
-
yy_find_action
-
-
yy_match
-
-
yy_meta
-
-
yy_nxt
-
-
yydebug
-
-
yynobranch
-
-
YYlex(InputStream)
-
-
YYlex()
-
-
YYlex(InputStream, PrintStream)
-
-
BEGIN(int)
-
-
YY_AT_BOL()
-
-
YY_SC_TO_UI(char)
-
-
YY_START()
-
-
YY_STATE_EOF(int)
-
-
charno()
-
-
charno0()
-
-
lineno()
-
-
setdebug(boolean)
-
-
setdebug(int)
-
-
yy_pop_state()
-
-
yy_push_state(int)
-
-
yy_set_bol(boolean)
-
-
yy_set_interactive(boolean)
-
-
yy_top_state()
-
-
yybegin(int)
-
-
yyfatalerror(String)
-
-
yylex()
-
-
yylexerror(String)
-
-
yyreport(YYtoken)
-
-
yyreturn(Integer)
-
-
yyreturn(int)
-
-
yytext()
-
Goto
protected int Goto
yynobranch
protected final static int yynobranch
yy_find_action
protected final static int yy_find_action
yy_match
protected final static int yy_match
do_action
protected final static int do_action
YY_FLEX_MAJOR_VERSION
public final static int YY_FLEX_MAJOR_VERSION
YY_FLEX_MINOR_VERSION
public final static int YY_FLEX_MINOR_VERSION
YY_NULL
public final static int YY_NULL
YY_MORE_ADJ
public final static int YY_MORE_ADJ
YY_END_OF_BUFFER_CHAR
public final static int YY_END_OF_BUFFER_CHAR
YY_BUF_SIZE
public final static int YY_BUF_SIZE
YY_READ_BUF_SIZE
public final static int YY_READ_BUF_SIZE
EOB_ACT_CONTINUE_SCAN
public final static int EOB_ACT_CONTINUE_SCAN
EOB_ACT_END_OF_FILE
public final static int EOB_ACT_END_OF_FILE
EOB_ACT_LAST_MATCH
public final static int EOB_ACT_LAST_MATCH
YY_START_STACK_INCR
public final static int YY_START_STACK_INCR
YY_BUFFER_NEW
public final static int YY_BUFFER_NEW
YY_BUFFER_NORMAL
public final static int YY_BUFFER_NORMAL
YY_BUFFER_EOF_PENDING
public final static int YY_BUFFER_EOF_PENDING
YY_NUM_RULES
public final static int YY_NUM_RULES
YY_END_OF_BUFFER
public final static int YY_END_OF_BUFFER
YY_SPECIAL
public final static int YY_SPECIAL
INITIAL
public final static int INITIAL
EOF
protected final static int EOF
lexeme
protected StringBuffer lexeme
yydebug
public int yydebug
yy_accept
public final static short yy_accept[]
yy_ec
public final static int yy_ec[]
yy_nxt
public final static short yy_nxt[]
yy_meta
public final static int yy_meta[]
yy_base
public final static short yy_base[]
yy_def
public final static short yy_def[]
yy_chk
public final static short yy_chk[]
INDVAR
public final static Integer INDVAR
SEQVAR
public final static Integer SEQVAR
TRUE
public final static Integer TRUE
FALSE
public final static Integer FALSE
STRING
public final static Integer STRING
INTEGER
public final static Integer INTEGER
REAL
public final static Integer REAL
EQ
public final static Integer EQ
NOTEQ
public final static Integer NOTEQ
IMPLIES
public final static Integer IMPLIES
IMPLIED
public final static Integer IMPLIED
EQUIV
public final static Integer EQUIV
EQLESS
public final static Integer EQLESS
LESS
public final static Integer LESS
EQGREATER
public final static Integer EQGREATER
GREATER
public final static Integer GREATER
QUOTE
public final static Integer QUOTE
FORALL
public final static Integer FORALL
EXISTS
public final static Integer EXISTS
AND
public final static Integer AND
OR
public final static Integer OR
NOT
public final static Integer NOT
IF
public final static Integer IF
COND
public final static Integer COND
LISTOF
public final static Integer LISTOF
DEFOBJECT
public final static Integer DEFOBJECT
DEFFUNCTION
public final static Integer DEFFUNCTION
DEFRELATION
public final static Integer DEFRELATION
DEFLOGICAL
public final static Integer DEFLOGICAL
CONSTANT
public final static Integer CONSTANT
PLACEHOLDER
public final static Integer PLACEHOLDER
YYlex
public YYlex(InputStream fin)
YYlex
public YYlex()
YYlex
public YYlex(InputStream fin,
PrintStream fout)
yylex
public Integer yylex() throws LexException, IOException, EmptyStackException
yy_push_state
public void yy_push_state(int new_state)
yy_pop_state
public void yy_pop_state()
yy_top_state
protected int yy_top_state()
yyfatalerror
protected void yyfatalerror(String msg) throws LexException
yylexerror
public void yylexerror(String s) throws LexException
yyreport
public YYtoken yyreport(YYtoken yylval)
BEGIN
protected void BEGIN(int n)
yybegin
public void yybegin(int n)
YY_START
public int YY_START()
YY_AT_BOL
protected int YY_AT_BOL()
YY_STATE_EOF
protected int YY_STATE_EOF(int st)
YY_SC_TO_UI
protected int YY_SC_TO_UI(char c)
yy_set_interactive
public void yy_set_interactive(boolean is_interactive)
yy_set_bol
protected void yy_set_bol(boolean at_bol)
setdebug
public void setdebug(boolean d)
setdebug
public void setdebug(int i)
yyreturn
public void yyreturn(Integer ttype)
yyreturn
public void yyreturn(int ttype)
yytext
public StringBuffer yytext()
lineno
public int lineno()
charno0
public int charno0()
charno
public int charno()
All Packages Class Hierarchy This Package Previous Next Index