
Public Member Functions | |
| Filter () | |
| Filter (java_cup.runtime.Scanner s) | |
| short[][] | production_table () |
| short[][] | action_table () |
| short[][] | reduce_table () |
| java_cup.runtime.Symbol | do_action (int act_num, java_cup.runtime.lr_parser parser, java.util.Stack stack, int top) throws java.lang.Exception |
| int | start_state () |
| int | start_production () |
| int | EOF_sym () |
| int | error_sym () |
| Filter (Scanner s, Message message, String syntaxType) | |
| void | report_error (String message, Object info) |
| void | report_fatal_error (String message, Object info) |
Protected Member Functions | |
| void | init_actions () |
Protected Attributes | |
| CUP $Filter $actions | action_obj |
Static Protected Attributes | |
| static final short | _production_table [][] |
| static final short[][] | _action_table |
| static final short[][] | _reduce_table |
Definition at line 42 of file Filter.java.
| org.objectweb.joram.shared.selectors.Filter.Filter | ( | ) |
Default constructor.
Definition at line 45 of file Filter.java.
| org.objectweb.joram.shared.selectors.Filter.Filter | ( | java_cup.runtime.Scanner | s | ) |
Constructor which sets the default scanner.
Definition at line 48 of file Filter.java.
| org.objectweb.joram.shared.selectors.Filter.Filter | ( | Scanner | s, | |
| Message | message, | |||
| String | syntaxType | |||
| ) |
Constructor which sets the default scanner.
Definition at line 307 of file Filter.java.
| short [][] org.objectweb.joram.shared.selectors.Filter.production_table | ( | ) |
Access to production table.
Definition at line 69 of file Filter.java.
References org.objectweb.joram.shared.selectors.Filter._production_table.
| short [][] org.objectweb.joram.shared.selectors.Filter.action_table | ( | ) |
Access to parse-action table.
Definition at line 223 of file Filter.java.
| short [][] org.objectweb.joram.shared.selectors.Filter.reduce_table | ( | ) |
Access to reduce_goto table.
Definition at line 266 of file Filter.java.
| void org.objectweb.joram.shared.selectors.Filter.init_actions | ( | ) | [protected] |
Action encapsulation object initializer.
Definition at line 272 of file Filter.java.
| java_cup.runtime.Symbol org.objectweb.joram.shared.selectors.Filter.do_action | ( | int | act_num, | |
| java_cup.runtime.lr_parser | parser, | |||
| java.util.Stack | stack, | |||
| int | top | |||
| ) | throws java.lang.Exception |
Invoke a user supplied parse action.
Definition at line 278 of file Filter.java.
| int org.objectweb.joram.shared.selectors.Filter.start_state | ( | ) |
Indicates start state.
Definition at line 290 of file Filter.java.
| int org.objectweb.joram.shared.selectors.Filter.start_production | ( | ) |
Indicates start production.
Definition at line 292 of file Filter.java.
| int org.objectweb.joram.shared.selectors.Filter.EOF_sym | ( | ) |
EOF Symbol index.
Definition at line 295 of file Filter.java.
| int org.objectweb.joram.shared.selectors.Filter.error_sym | ( | ) |
error Symbol index.
Definition at line 298 of file Filter.java.
final short org.objectweb.joram.shared.selectors.Filter._production_table[][] [static, protected] |
Initial value:
unpackFromStrings(new String[] {
"\000\053\000\002\003\005\000\002\002\004\000\002\003" +
"\005\000\002\003\004\000\002\003\003\000\002\004\005" +
"\000\002\004\005\000\002\004\005\000\002\004\005\000" +
"\002\004\005\000\002\004\005\000\002\004\005\000\002" +
"\004\007\000\002\004\007\000\002\004\007\000\002\004" +
"\010\000\002\004\005\000\002\004\006\000\002\004\007" +
"\000\002\004\010\000\002\004\005\000\002\004\006\000" +
"\002\004\003\000\002\005\005\000\002\005\003\000\002" +
"\006\005\000\002\006\005\000\002\006\005\000\002\006" +
"\005\000\002\006\004\000\002\006\004\000\002\006\004" +
"\000\002\006\003\000\002\007\005\000\002\007\003\000" +
"\002\007\003\000\002\007\003\000\002\007\003\000\002" +
"\007\003\000\002\007\003\000\002\007\003\000\002\007" +
"\003\000\002\007\003" })
Definition at line 51 of file Filter.java.
Referenced by org.objectweb.joram.shared.selectors.Filter.production_table().
final short [][] org.objectweb.joram.shared.selectors.Filter._action_table [static, protected] |
Parse-action table.
Definition at line 72 of file Filter.java.
final short [][] org.objectweb.joram.shared.selectors.Filter._reduce_table [static, protected] |
reduce_goto table.
Definition at line 226 of file Filter.java.
CUP $Filter $actions org.objectweb.joram.shared.selectors.Filter.action_obj [protected] |
Instance of action encapsulation class.
Definition at line 269 of file Filter.java.
1.5.0