| Modifier and Type | Class and Description |
|---|---|
class |
ArrayTypeSignature
An array type signature.
|
class |
ClassRefOrTypeVariableSignature
A class type or type variable.
|
class |
ClassRefTypeSignature
A class reference type signature (called "ClassTypeSignature" in the classfile documentation).
|
class |
TypeVariableSignature
A type variable signature.
|
| Modifier and Type | Method and Description |
|---|---|
ReferenceTypeSignature |
TypeParameter.getClassBound()
Get the type parameter class bound.
|
ReferenceTypeSignature |
TypeArgument.getTypeSignature()
Get the type signature associated with the wildcard (or null, if the wildcard is ANY).
|
| Modifier and Type | Method and Description |
|---|---|
List<ReferenceTypeSignature> |
TypeParameter.getInterfaceBounds()
Get the type parameter interface bound(s).
|
Copyright © 2021. All rights reserved.