antlr

Class ExceptionSpec


(package private) class ExceptionSpec
extends Object

Field Summary

protected Vector
handlers
protected Token
label

Constructor Summary

ExceptionSpec(Token label_)

Method Summary

void
addHandler(ExceptionHandler handler)

Field Details

handlers

protected Vector handlers


label

protected Token label

Constructor Details

ExceptionSpec

public ExceptionSpec(Token label_)

Method Details

addHandler

public void addHandler(ExceptionHandler handler)