Package org.eclipse.wst.xml.xpath2.processor.internal


org.eclipse.wst.xml.xpath2.processor.internal
Class XPathCupRestricted



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.Symboldo_action(int act_num , java_cup.runtime.lr_parser parser , java.util.Stack stack , int top)
     Invoke a user supplied parse action.

Constructor Detail

XPathCupRestricted

public XPathCupRestricted()

Default constructor.


XPathCupRestricted

public XPathCupRestricted(java_cup.runtime.Scanner s)

Constructor which sets the default scanner.


Methods Detail

do_action

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.

Parameters

act_num

parser

stack

top

Returns

java_cup.runtime.Symbol

Throws:

java.lang.Exception