eRqlEngine API documentation - http://www.wleklinski.de/rdf/

Uses of Class
java_cup.runtime.Symbol

Packages that use Symbol
eworks.eRQL.parser   
eworks.RQL.parser   
gr.forth.ics.vrp.corevrp.parser   
java_cup.runtime   
 

Uses of Symbol in eworks.eRQL.parser
 

Methods in eworks.eRQL.parser that return Symbol
 Symbol scanner.next_token()
          Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
 Symbol parser.do_action(int act_num, lr_parser parser, Stack stack, int top)
          Invoke a user supplied parse action.
 

Uses of Symbol in eworks.RQL.parser
 

Methods in eworks.RQL.parser that return Symbol
 Symbol scanner.next_token()
          Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
 Symbol parser.do_action(int act_num, lr_parser parser, Stack stack, int top)
          Invoke a user supplied parse action.
 

Uses of Symbol in gr.forth.ics.vrp.corevrp.parser
 

Methods in gr.forth.ics.vrp.corevrp.parser that return Symbol
 Symbol parser.do_action(int act_num, lr_parser parser, Stack stack, int top)
          Invoke a user supplied parse action.
 Symbol parser.scan()
          Scan to get the next Symbol.
 Symbol Lexer_Simple.next_token()
          Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
 Symbol Lexer.next_token()
          Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
 

Methods in gr.forth.ics.vrp.corevrp.parser with parameters of type Symbol
 void parser.syntax_error(Symbol cur_token)
          This method is called when a syntax error has been detected and recovery is about to be invoked.
 

Uses of Symbol in java_cup.runtime
 

Fields in java_cup.runtime declared as Symbol
protected  Symbol lr_parser.cur_token
          The current lookahead Symbol.
protected  Symbol[] lr_parser.lookahead
          Lookahead Symbols used for attempting error recovery "parse aheads".
 

Methods in java_cup.runtime that return Symbol
 Symbol Scanner.next_token()
          Return the next token, or null on end-of-file.
abstract  Symbol lr_parser.do_action(int act_num, lr_parser parser, Stack stack, int top)
          Perform a bit of user supplied action code (supplied by generated subclass).
 Symbol lr_parser.scan()
          Get the next Symbol from the input (supplied by generated subclass).
 Symbol lr_parser.parse()
          This method provides the main parsing routine.
 Symbol lr_parser.debug_parse()
          Perform a parse with debugging output.
protected  Symbol lr_parser.cur_err_token()
          Return the current lookahead in our error "parse ahead" buffer.
 

Methods in java_cup.runtime with parameters of type Symbol
 void lr_parser.syntax_error(Symbol cur_token)
          This method is called when a syntax error has been detected and recovery is about to be invoked.
 void lr_parser.unrecovered_syntax_error(Symbol cur_token)
          This method is called if it is determined that syntax error recovery has been unsuccessful.
 void lr_parser.debug_shift(Symbol shift_tkn)
          Do debug output for shift.
 


eRqlEngine API documentation - http://www.wleklinski.de/rdf/