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
-
-
do_action
-
-
EOB_ACT_CONTINUE_SCAN
-
-
EOB_ACT_END_OF_FILE
-
-
EOB_ACT_LAST_MATCH
-
-
EOF
-
-
EQ
-
-
EQGREATER
-
-
EQLESS
-
-
EQUIV
-
-
EXISTS
-
-
FALSE
-
-
FORALL
-
-
Goto
-
-
GREATER
-
-
IF
-
-
IMPLIED
-
-
IMPLIES
-
-
INDVAR
-
-
INITIAL
-
-
INTEGER
-
-
is_interactive
-
-
LESS
-
-
lexeme
-
-
LISTOF
-
-
NOT
-
-
NOTEQ
-
-
OR
-
-
PLACEHOLDER
-
-
QUOTE
-
-
REAL
-
-
SEQVAR
-
-
STRING
-
-
TRUE
-
-
yy_accept
-
-
yy_act
-
-
yy_at_bol
-
-
yy_base
-
-
YY_BUF_SIZE
-
-
YY_BUFFER_EOF_PENDING
-
-
YY_BUFFER_NEW
-
-
YY_BUFFER_NORMAL
-
-
yy_chk
-
-
yy_current_state
-
-
yy_def
-
-
yy_ec
-
-
YY_END_OF_BUFFER
-
-
YY_END_OF_BUFFER_CHAR
-
-
yy_find_action
-
-
YY_FLEX_MAJOR_VERSION
-
-
YY_FLEX_MINOR_VERSION
-
-
yy_last_accepting_cpos
-
-
yy_last_accepting_state
-
-
yy_match
-
-
yy_meta
-
-
YY_MORE_ADJ
-
-
YY_NULL
-
-
YY_NUM_RULES
-
-
yy_nxt
-
-
YY_READ_BUF_SIZE
-
-
YY_SPECIAL
-
-
yy_start
-
-
yy_start_stack
-
-
YY_START_STACK_INCR
-
-
yydebug
-
-
yyin
-
-
yylval
-
-
yynobranch
-
-
yyout
-
-
yytext
-
-
yytokentype
-
-
YYlex()
-
-
YYlex(InputStream)
-
-
YYlex(InputStream, PrintStream)
-
-
BEGIN(int)
-
-
charno()
-
-
charno0()
-
-
lineno()
-
-
setdebug(boolean)
-
-
setdebug(int)
-
-
YY_AT_BOL()
-
-
yy_pop_state()
-
-
yy_push_state(int)
-
-
YY_SC_TO_UI(char)
-
-
yy_set_bol(boolean)
-
-
yy_set_interactive(boolean)
-
-
YY_START()
-
-
YY_STATE_EOF(int)
-
-
yy_top_state()
-
-
yybegin(int)
-
-
yyfatalerror(String)
-
-
yylex()
-
-
yylexerror(String)
-
-
yyreport(YYtoken)
-
-
yyreturn(int)
-
-
yyreturn(Integer)
-
-
yytext()
-
Goto
protected int Goto
yynobranch
protected static final int yynobranch
yy_find_action
protected static final int yy_find_action
yy_match
protected static final int yy_match
do_action
protected static final int do_action
YY_FLEX_MAJOR_VERSION
public static final int YY_FLEX_MAJOR_VERSION
YY_FLEX_MINOR_VERSION
public static final int YY_FLEX_MINOR_VERSION
YY_NULL
public static final int YY_NULL
YY_MORE_ADJ
public static final int YY_MORE_ADJ
YY_END_OF_BUFFER_CHAR
public static final int YY_END_OF_BUFFER_CHAR
YY_BUF_SIZE
public static final int YY_BUF_SIZE
YY_READ_BUF_SIZE
public static final int YY_READ_BUF_SIZE
EOB_ACT_CONTINUE_SCAN
public static final int EOB_ACT_CONTINUE_SCAN
EOB_ACT_END_OF_FILE
public static final int EOB_ACT_END_OF_FILE
EOB_ACT_LAST_MATCH
public static final int EOB_ACT_LAST_MATCH
YY_START_STACK_INCR
public static final int YY_START_STACK_INCR
YY_BUFFER_NEW
public static final int YY_BUFFER_NEW
YY_BUFFER_NORMAL
public static final int YY_BUFFER_NORMAL
YY_BUFFER_EOF_PENDING
public static final int YY_BUFFER_EOF_PENDING
YY_NUM_RULES
public static final int YY_NUM_RULES
YY_END_OF_BUFFER
public static final int YY_END_OF_BUFFER
YY_SPECIAL
public static final int YY_SPECIAL
INITIAL
public static final int INITIAL
EOF
protected static final int EOF
yy_start_stack
Int_Stack yy_start_stack
yyin
InputStream yyin
yyout
PrintStream yyout
yy_start
int yy_start
yy_last_accepting_state
int yy_last_accepting_state
yy_last_accepting_cpos
int yy_last_accepting_cpos
yylval
YYtoken yylval
yytokentype
Integer yytokentype
lexeme
protected StringBuffer lexeme
yytext
YYlexbuffer yytext
yydebug
public int yydebug
yy_at_bol
boolean yy_at_bol
is_interactive
boolean is_interactive
yy_current_state
int yy_current_state
yy_act
int yy_act
yy_accept
public static final short yy_accept[]
yy_ec
public static final int yy_ec[]
yy_nxt
public static final short yy_nxt[]
yy_meta
public static final int yy_meta[]
yy_base
public static final short yy_base[]
yy_def
public static final short yy_def[]
yy_chk
public static final short yy_chk[]
INDVAR
public static final Integer INDVAR
SEQVAR
public static final Integer SEQVAR
TRUE
public static final Integer TRUE
FALSE
public static final Integer FALSE
STRING
public static final Integer STRING
INTEGER
public static final Integer INTEGER
REAL
public static final Integer REAL
EQ
public static final Integer EQ
NOTEQ
public static final Integer NOTEQ
IMPLIES
public static final Integer IMPLIES
IMPLIED
public static final Integer IMPLIED
EQUIV
public static final Integer EQUIV
EQLESS
public static final Integer EQLESS
LESS
public static final Integer LESS
EQGREATER
public static final Integer EQGREATER
GREATER
public static final Integer GREATER
QUOTE
public static final Integer QUOTE
FORALL
public static final Integer FORALL
EXISTS
public static final Integer EXISTS
AND
public static final Integer AND
OR
public static final Integer OR
NOT
public static final Integer NOT
IF
public static final Integer IF
COND
public static final Integer COND
LISTOF
public static final Integer LISTOF
DEFOBJECT
public static final Integer DEFOBJECT
DEFFUNCTION
public static final Integer DEFFUNCTION
DEFRELATION
public static final Integer DEFRELATION
DEFLOGICAL
public static final Integer DEFLOGICAL
CONSTANT
public static final Integer CONSTANT
PLACEHOLDER
public static final 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