Save This Page
Home » jexcelapi_2_6_8 » jlex » [javadoc | source]
jlex
class: CLexGen [javadoc | source]
java.lang.Object
   jlex.CLexGen
Class: CLexGen
Field Summary
static final  int EOS    Constants: Token Types 
static final  int ANY     
static final  int AT_BOL     
static final  int AT_EOL     
static final  int CCL_END     
static final  int CCL_START     
static final  int CLOSE_CURLY     
static final  int CLOSE_PAREN     
static final  int CLOSURE     
static final  int DASH     
static final  int END_OF_INPUT     
static final  int L     
static final  int OPEN_CURLY     
static final  int OPEN_PAREN     
static final  int OPTIONAL     
static final  int OR     
static final  int PLUS_CLOSE     
Constructor:
 CLexGen(String filename) throws FileNotFoundException, IOException 
    Function: CLexGen
Method from jlex.CLexGen Summary:
advance,   generate,   getStates,   packAccept,   print_nfa,   print_set
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from jlex.CLexGen Detail:
 int advance() throws IOException 
  void generate() throws FileNotFoundException, IOException 
    Function: generate Description:
 SparseBitSet getStates() throws IOException 
 CAccept packAccept() throws IOException 
    Function: packAccept Description: Packages and returns CAccept for action next in input stream.
  void print_nfa() 
    Function: print_nfa Description:
  void print_set(Vector nfa_set) 
    function: print_set