Public Member Functions | |
| ExceptionSpec (Token label_) | |
| void | addHandler (ExceptionHandler handler) |
Protected Attributes | |
| Token | label |
| Vector | handlers |
| antlr.ExceptionSpec.ExceptionSpec | ( | Token | label_ | ) |
References antlr.ExceptionSpec.handlers, and antlr.ExceptionSpec.label.
| void antlr.ExceptionSpec.addHandler | ( | ExceptionHandler | handler | ) |
References antlr.collections.impl.Vector.appendElement(), and antlr.ExceptionSpec.handlers.
Referenced by antlr.MakeGrammar.refExceptionHandler().
Vector antlr.ExceptionSpec.handlers [protected] |
Token antlr.ExceptionSpec.label [protected] |
Referenced by antlr.RuleBlock.addExceptionSpec(), and antlr.ExceptionSpec.ExceptionSpec().
1.7.0