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

Variable Index

 o AND
 o COND
 o CONSTANT
 o DEFFUNCTION
 o DEFLOGICAL
 o DEFOBJECT
 o DEFRELATION
 o EOB_ACT_CONTINUE_SCAN
 o EOB_ACT_END_OF_FILE
 o EOB_ACT_LAST_MATCH
 o EOF
 o EQ
 o EQGREATER
 o EQLESS
 o EQUIV
 o EXISTS
 o FALSE
 o FORALL
 o GREATER
 o Goto
 o IF
 o IMPLIED
 o IMPLIES
 o INDVAR
 o INITIAL
 o INTEGER
 o LESS
 o LISTOF
 o NOT
 o NOTEQ
 o OR
 o PLACEHOLDER
 o QUOTE
 o REAL
 o SEQVAR
 o STRING
 o TRUE
 o YY_BUFFER_EOF_PENDING
 o YY_BUFFER_NEW
 o YY_BUFFER_NORMAL
 o YY_BUF_SIZE
 o YY_END_OF_BUFFER
 o YY_END_OF_BUFFER_CHAR
 o YY_FLEX_MAJOR_VERSION
 o YY_FLEX_MINOR_VERSION
 o YY_MORE_ADJ
 o YY_NULL
 o YY_NUM_RULES
 o YY_READ_BUF_SIZE
 o YY_SPECIAL
 o YY_START_STACK_INCR
 o do_action
 o lexeme
 o yy_accept
 o yy_base
 o yy_chk
 o yy_def
 o yy_ec
 o yy_find_action
 o yy_match
 o yy_meta
 o yy_nxt
 o yydebug
 o yynobranch

Constructor Index

 o YYlex(InputStream)
 o YYlex()
 o YYlex(InputStream, PrintStream)

Method Index

 o BEGIN(int)
 o YY_AT_BOL()
 o YY_SC_TO_UI(char)
 o YY_START()
 o YY_STATE_EOF(int)
 o charno()
 o charno0()
 o lineno()
 o setdebug(boolean)
 o setdebug(int)
 o yy_pop_state()
 o yy_push_state(int)
 o yy_set_bol(boolean)
 o yy_set_interactive(boolean)
 o yy_top_state()
 o yybegin(int)
 o yyfatalerror(String)
 o yylex()
 o yylexerror(String)
 o yyreport(YYtoken)
 o yyreturn(Integer)
 o yyreturn(int)
 o yytext()

Variables

 o Goto
  protected int Goto
 o yynobranch
  protected final static int yynobranch
 o yy_find_action
  protected final static int yy_find_action
 o yy_match
  protected final static int yy_match
 o do_action
  protected final static int do_action
 o YY_FLEX_MAJOR_VERSION
  public final static int YY_FLEX_MAJOR_VERSION
 o YY_FLEX_MINOR_VERSION
  public final static int YY_FLEX_MINOR_VERSION
 o YY_NULL
  public final static int YY_NULL
 o YY_MORE_ADJ
  public final static int YY_MORE_ADJ
 o YY_END_OF_BUFFER_CHAR
  public final static int YY_END_OF_BUFFER_CHAR
 o YY_BUF_SIZE
  public final static int YY_BUF_SIZE
 o YY_READ_BUF_SIZE
  public final static int YY_READ_BUF_SIZE
 o EOB_ACT_CONTINUE_SCAN
  public final static int EOB_ACT_CONTINUE_SCAN
 o EOB_ACT_END_OF_FILE
  public final static int EOB_ACT_END_OF_FILE
 o EOB_ACT_LAST_MATCH
  public final static int EOB_ACT_LAST_MATCH
 o YY_START_STACK_INCR
  public final static int YY_START_STACK_INCR
 o YY_BUFFER_NEW
  public final static int YY_BUFFER_NEW
 o YY_BUFFER_NORMAL
  public final static int YY_BUFFER_NORMAL
 o YY_BUFFER_EOF_PENDING
  public final static int YY_BUFFER_EOF_PENDING
 o YY_NUM_RULES
  public final static int YY_NUM_RULES
 o YY_END_OF_BUFFER
  public final static int YY_END_OF_BUFFER
 o YY_SPECIAL
  public final static int YY_SPECIAL
 o INITIAL
  public final static int INITIAL
 o EOF
  protected final static int EOF
 o lexeme
  protected StringBuffer lexeme
 o yydebug
  public int yydebug
 o yy_accept
  public final static short yy_accept[]
 o yy_ec
  public final static int yy_ec[]
 o yy_nxt
  public final static short yy_nxt[]
 o yy_meta
  public final static int yy_meta[]
 o yy_base
  public final static short yy_base[]
 o yy_def
  public final static short yy_def[]
 o yy_chk
  public final static short yy_chk[]
 o INDVAR
  public final static Integer INDVAR
 o SEQVAR
  public final static Integer SEQVAR
 o TRUE
  public final static Integer TRUE
 o FALSE
  public final static Integer FALSE
 o STRING
  public final static Integer STRING
 o INTEGER
  public final static Integer INTEGER
 o REAL
  public final static Integer REAL
 o EQ
  public final static Integer EQ
 o NOTEQ
  public final static Integer NOTEQ
 o IMPLIES
  public final static Integer IMPLIES
 o IMPLIED
  public final static Integer IMPLIED
 o EQUIV
  public final static Integer EQUIV
 o EQLESS
  public final static Integer EQLESS
 o LESS
  public final static Integer LESS
 o EQGREATER
  public final static Integer EQGREATER
 o GREATER
  public final static Integer GREATER
 o QUOTE
  public final static Integer QUOTE
 o FORALL
  public final static Integer FORALL
 o EXISTS
  public final static Integer EXISTS
 o AND
  public final static Integer AND
 o OR
  public final static Integer OR
 o NOT
  public final static Integer NOT
 o IF
  public final static Integer IF
 o COND
  public final static Integer COND
 o LISTOF
  public final static Integer LISTOF
 o DEFOBJECT
  public final static Integer DEFOBJECT
 o DEFFUNCTION
  public final static Integer DEFFUNCTION
 o DEFRELATION
  public final static Integer DEFRELATION
 o DEFLOGICAL
  public final static Integer DEFLOGICAL
 o CONSTANT
  public final static Integer CONSTANT
 o PLACEHOLDER
  public final static Integer PLACEHOLDER

Constructors

 o YYlex
  public YYlex(InputStream fin)
 o YYlex
  public YYlex()
 o YYlex
  public YYlex(InputStream fin,
               PrintStream fout)

Methods

 o yylex
  public Integer yylex() throws LexException, IOException, EmptyStackException
 o yy_push_state
  public void yy_push_state(int new_state)
 o yy_pop_state
  public void yy_pop_state()
 o yy_top_state
  protected int yy_top_state()
 o yyfatalerror
  protected void yyfatalerror(String msg) throws LexException
 o yylexerror
  public void yylexerror(String s) throws LexException
 o yyreport
  public YYtoken yyreport(YYtoken yylval)
 o BEGIN
  protected void BEGIN(int n)
 o yybegin
  public void yybegin(int n)
 o YY_START
  public int YY_START()
 o YY_AT_BOL
  protected int YY_AT_BOL()
 o YY_STATE_EOF
  protected int YY_STATE_EOF(int st)
 o YY_SC_TO_UI
  protected int YY_SC_TO_UI(char c)
 o yy_set_interactive
  public void yy_set_interactive(boolean is_interactive)
 o yy_set_bol
  protected void yy_set_bol(boolean at_bol)
 o setdebug
  public void setdebug(boolean d)
 o setdebug
  public void setdebug(int i)
 o yyreturn
  public void yyreturn(Integer ttype)
 o yyreturn
  public void yyreturn(int ttype)
 o yytext
  public StringBuffer yytext()
 o lineno
  public int lineno()
 o charno0
  public int charno0()
 o charno
  public int charno()

All Packages  Class Hierarchy  This Package  Previous  Next  Index