| hu.netmind.persistence.parser.Parser
Parser | public class Parser extends java_cup.runtime.lr_parser (Code) | | CUP v0.11a beta 20050920 generated parser.
version: Fri Feb 15 16:09:35 CET 2008 |
Field Summary | |
final protected static short[][] | _action_table Parse-action table. | final protected static short | _production_table Production table. | final protected static short[][] | _reduce_table reduce_goto table. | protected CUP$Parser$actions | action_obj Instance of action encapsulation class. | protected static Logger | logger |
Constructor Summary | |
public | Parser() Default constructor. | public | Parser(java_cup.runtime.Scanner s) Constructor which sets the default scanner. |
Method Summary | |
public int | EOF_sym() EOF Symbol index. | public short[][] | action_table() Access to parse-action table. | public java_cup.runtime.Symbol | do_action(int act_num, java_cup.runtime.lr_parser parser, java.util.Stack stack, int top) Invoke a user supplied parse action. | public int | error_sym() error Symbol index. | public Set | getModifiedTables() | public Resolver | getResolver() | public TimeControl | getTimeControl() | protected void | init_actions() Action encapsulation object initializer. | public static QueryStatementList | parse(String whereClause, Resolver resolver, Object[] parameters, TimeControl timeControl, Set modifiedTables) Parse the given string expression, with given parameters. | public short[][] | production_table() Access to production table. | public short[][] | reduce_table() Access to reduce_goto table. | public void | report_error(String message, Object info) Override standard CUP method. | public void | report_fatal_error(String message, Object info) Override standard CUP method. | public void | setModifiedTables(Set modifiedTables) | public void | setQuery(String query) | public void | setResolver(Resolver resolver) | public void | setTimeControl(TimeControl timeControl) | public int | start_production() Indicates start production. | public int | start_state() Indicates start state. |
_action_table | final protected static short[][] _action_table(Code) | | Parse-action table.
|
_production_table | final protected static short _production_table(Code) | | Production table.
|
_reduce_table | final protected static short[][] _reduce_table(Code) | | reduce_goto table.
|
action_obj | protected CUP$Parser$actions action_obj(Code) | | Instance of action encapsulation class.
|
logger | protected static Logger logger(Code) | | |
Parser | public Parser()(Code) | | Default constructor.
|
Parser | public Parser(java_cup.runtime.Scanner s)(Code) | | Constructor which sets the default scanner.
|
EOF_sym | public int EOF_sym()(Code) | | EOF Symbol index.
|
action_table | public short[][] action_table()(Code) | | Access to parse-action table.
|
error_sym | public int error_sym()(Code) | | error Symbol index.
|
getModifiedTables | public Set getModifiedTables()(Code) | | |
init_actions | protected void init_actions()(Code) | | Action encapsulation object initializer.
|
production_table | public short[][] production_table()(Code) | | Access to production table.
|
reduce_table | public short[][] reduce_table()(Code) | | Access to reduce_goto table.
|
report_error | public void report_error(String message, Object info)(Code) | | Override standard CUP method.
|
report_fatal_error | public void report_fatal_error(String message, Object info)(Code) | | Override standard CUP method.
|
setModifiedTables | public void setModifiedTables(Set modifiedTables)(Code) | | |
start_production | public int start_production()(Code) | | Indicates start production.
|
start_state | public int start_state()(Code) | | Indicates start state.
|
|
|