| Package | Description |
|---|---|
| org.codehaus.janino |
The core of the Janino JavaTM compiler.
|
| org.codehaus.janino.util |
Application-independent helper classes.
|
| Modifier and Type | Field and Description |
|---|---|
Java.CatchParameter |
Java.CatchClause.catchParameter
Container for the types and the name of the caught exception.
|
| Modifier and Type | Method and Description |
|---|---|
Java.CatchParameter |
Parser.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 ]
|
| Modifier and Type | Method and Description |
|---|---|
Java.LocalVariable |
UnitCompiler.getLocalVariable(Java.CatchParameter parameter) |
| Constructor and Description |
|---|
CatchClause(Location location,
Java.CatchParameter catchParameter,
Java.BlockStatement body) |
| Modifier and Type | Method and Description |
|---|---|
Java.CatchParameter |
DeepCopier.copyCatchParameter(Java.CatchParameter subject) |
| Modifier and Type | Method and Description |
|---|---|
Java.CatchParameter |
DeepCopier.copyCatchParameter(Java.CatchParameter subject) |
Copyright © 2019. All rights reserved.