Package org.eclipse.wst.xml.xpath2.processor.internal
public class XPathCupRestricted extends org.eclipse.wst.xml.xpath2.processor.internal.XPathCup
Constructor Summary |
XPathCupRestricted() |
XPathCupRestricted(java_cup.runtime.Scanner s) |
Method Summary | |
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. |
Constructor Detail |
public XPathCupRestricted()
Default constructor.
public XPathCupRestricted(java_cup.runtime.Scanner s)
Constructor which sets the default scanner.
Methods Detail |
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.
act_num
parser
stack
top
java_cup.runtime.Symbol
java.lang.Exception