antlr
Class ExceptionHandler

java.lang.Object
  extended by antlr.ExceptionHandler

 class ExceptionHandler
extends Object


Field Summary
protected  Token action
           
protected  Token exceptionTypeAndName
           
 
Constructor Summary
ExceptionHandler(Token exceptionTypeAndName_, Token action_)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

exceptionTypeAndName

protected Token exceptionTypeAndName

action

protected Token action
Constructor Detail

ExceptionHandler

public ExceptionHandler(Token exceptionTypeAndName_,
                        Token action_)