| Package | Description |
|---|---|
| org.codehaus.janino.util.signature |
Application-independent helper classes.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
SignatureParser.ClassTypeSignature
Representation of the "ClassTypeSignature" clause, e.g.
|
static class |
SignatureParser.TypeVariableSignature
Representation of the "TypeVariableSignature" clause, e.g.
|
| Modifier and Type | Field and Description |
|---|---|
List<SignatureParser.ThrowsSignature> |
SignatureParser.MethodTypeSignature.thrownTypes
The exceptions declared for the method.
|
| Constructor and Description |
|---|
MethodTypeSignature(List<SignatureParser.FormalTypeParameter> formalTypeParameters,
List<SignatureParser.TypeSignature> parameterTypes,
SignatureParser.TypeSignature returnType,
List<SignatureParser.ThrowsSignature> thrownTypes) |
Copyright © 2022. All rights reserved.