Searched refs:action_table (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/java_cup/internal/runtime/
H A Dlr_parser.java77 * <dt> short[][] action_table()
179 * the negative-encoded values (reduce actions) in the action_table.
202 public abstract short[][] action_table(); method in class:lr_parser
547 action_tab = action_table();
733 action_tab = action_table();
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DXPathParser.java660 public short[][] action_table() {return _action_table;} method in class:XPathParser

Completed in 127 milliseconds