Uses of Class
org.codehaus.janino.Java.CatchParameter
Packages that use Java.CatchParameter
Package
Description
The core of the Janino Java compiler.
Application-independent helper classes.
-
Uses of Java.CatchParameter in org.codehaus.janino
Fields in org.codehaus.janino declared as Java.CatchParameterModifier and TypeFieldDescriptionfinal Java.CatchParameter
Java.CatchClause.catchParameter
Container for the types and the name of the caught exception.Methods in org.codehaus.janino that return Java.CatchParameterModifier and TypeMethodDescriptionParser.parseCatchParameter()
CatchFormalParameter := { VariableModifier } CatchType VariableDeclaratorId CatchType := UnannClassType { '|' ClassType } VariableModifier := Annotation | 'final' VariableDeclaratorId := Identifier [ Dims ] Dims := { Annotation } '[' ']' { { Annotation } '[' ']' } UnannClassType := Identifier [ TypeArguments ] | UnannClassOrInterfaceType '.' { Annotation } Identifier [ TypeArguments ] UnannInterfaceType := UnannClassType UnannClassOrInterfaceType := UnannClassType | UnannInterfaceType ClassType := { Annotation } Identifier [ TypeArguments ] | ClassOrInterfaceType '.' { Annotation } Identifier [ TypeArguments ]Methods in org.codehaus.janino with parameters of type Java.CatchParameterModifier and TypeMethodDescriptionUnitCompiler.getLocalVariable
(Java.CatchParameter parameter) private void
Unparser.unparseCatchParameter
(Java.CatchParameter cp) Constructors in org.codehaus.janino with parameters of type Java.CatchParameterModifierConstructorDescriptionCatchClause
(Location location, Java.CatchParameter catchParameter, Java.BlockStatement body) -
Uses of Java.CatchParameter in org.codehaus.janino.util
Methods in org.codehaus.janino.util that return Java.CatchParameterMethods in org.codehaus.janino.util with parameters of type Java.CatchParameter