antlr
Class ExceptionSpec

java.lang.Object
  |
  +--antlr.ExceptionSpec

class ExceptionSpec
extends Object


Field Summary
protected  Vector handlers
           
protected  Token label
           
 
Constructor Summary
ExceptionSpec(Token label_)
           
 
Method Summary
 void addHandler(ExceptionHandler handler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

label

protected Token label

handlers

protected Vector handlers
Constructor Detail

ExceptionSpec

public ExceptionSpec(Token label_)
Method Detail

addHandler

public void addHandler(ExceptionHandler handler)


comments?