Class TypeAnnotationsReader.TypeParameterBoundTarget
java.lang.Object
com.ibm.wala.shrike.shrikeCT.TypeAnnotationsReader.TypeAnnotationTarget
com.ibm.wala.shrike.shrikeCT.TypeAnnotationsReader.TypeParameterBoundTarget
- Enclosing class:
TypeAnnotationsReader
public static class TypeAnnotationsReader.TypeParameterBoundTarget
extends TypeAnnotationsReader.TypeAnnotationTarget
- Author:
- Martin Hecker martin.hecker@kit.edu
- See Also:
-
Constructor Summary
ConstructorDescriptionTypeParameterBoundTarget
(int type_parameter_index, int bound_index, String boundSignature) -
Method Summary
Modifier and TypeMethodDescription<R> R
int
int
Methods inherited from class com.ibm.wala.shrike.shrikeCT.TypeAnnotationsReader.TypeAnnotationTarget
getTargetInfo
-
Constructor Details
-
TypeParameterBoundTarget
-
-
Method Details
-
getParameterIndex
public int getParameterIndex() -
getBoundIndex
public int getBoundIndex() -
acceptVisitor
- Specified by:
acceptVisitor
in classTypeAnnotationsReader.TypeAnnotationTarget
-
getBoundSignature
-