| Package | Description |
|---|---|
| org.codehaus.janino.util.signature |
Application-independent helper classes.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
SignatureParser.ArrayTypeSignature
Representation of the "ArrayTypeSignature" clause.
|
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 |
|---|---|
SignatureParser.FieldTypeSignature |
SignatureParser.FormalTypeParameter.classBound
The class that this formal type parameter (optionally) extends.
|
SignatureParser.FieldTypeSignature |
SignatureParser.TypeArgument.fieldTypeSignature
Must be for
SignatureParser.TypeArgument.Mode.ANY, non-null otherwise. |
| Modifier and Type | Field and Description |
|---|---|
List<SignatureParser.FieldTypeSignature> |
SignatureParser.FormalTypeParameter.interfaceBounds
The interfaces that this formal type parameter (optionally) extends.
|
| Modifier and Type | Method and Description |
|---|---|
SignatureParser.FieldTypeSignature |
SignatureParser.decodeFieldTypeSignature(String s)
Decodes a 'field type signature' as defined in JVMS7 4.3.4 / JVMS8 4.7.9.1.
|
| Constructor and Description |
|---|
FormalTypeParameter(String identifier,
SignatureParser.FieldTypeSignature classBound,
List<SignatureParser.FieldTypeSignature> interfaceBounds) |
TypeArgument(org.codehaus.janino.util.signature.SignatureParser.TypeArgument.Mode mode,
SignatureParser.FieldTypeSignature fieldTypeSignature) |
| Constructor and Description |
|---|
FormalTypeParameter(String identifier,
SignatureParser.FieldTypeSignature classBound,
List<SignatureParser.FieldTypeSignature> interfaceBounds) |
Copyright © 2022. All rights reserved.