public class JavassistTypeParameter extends Object implements com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration
| Constructor and Description |
|---|
JavassistTypeParameter(javassist.bytecode.SignatureAttribute.TypeParameter wrapped,
com.github.javaparser.resolution.declarations.ResolvedTypeParametrizable container,
TypeSolver typeSolver) |
| Modifier and Type | Method and Description |
|---|---|
Optional<com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration> |
containerType() |
boolean |
equals(Object o) |
List<com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration.Bound> |
getBounds() |
com.github.javaparser.resolution.declarations.ResolvedTypeParametrizable |
getContainer() |
String |
getContainerId() |
String |
getContainerQualifiedName() |
String |
getName() |
String |
toString() |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdeclaredOnConstructor, declaredOnMethod, declaredOnType, getClassName, getLowerBound, getPackageName, getQualifiedName, getUpperBound, hasLowerBound, hasUpperBound, onTypeasClass, asEnum, asInterface, asReferenceType, asType, asTypeParameter, getId, getInternalType, hasInternalType, internalTypes, isAnonymousClass, isClass, isEnum, isInterface, isType, isTypeParameterpublic JavassistTypeParameter(javassist.bytecode.SignatureAttribute.TypeParameter wrapped,
com.github.javaparser.resolution.declarations.ResolvedTypeParametrizable container,
TypeSolver typeSolver)
public String getName()
getName in interface com.github.javaparser.resolution.declarations.ResolvedDeclarationgetName in interface com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclarationpublic String getContainerQualifiedName()
getContainerQualifiedName in interface com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclarationpublic String getContainerId()
getContainerId in interface com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclarationpublic com.github.javaparser.resolution.declarations.ResolvedTypeParametrizable getContainer()
getContainer in interface com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclarationpublic List<com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration.Bound> getBounds()
getBounds in interface com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclarationpublic Optional<com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration> containerType()
containerType in interface com.github.javaparser.resolution.declarations.ResolvedTypeDeclarationCopyright © 2007–2019. All rights reserved.