Package com.ibm.wala.shrike.shrikeCT
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
- See Also:
- JLS (SE8), 4.7.20.1 C
-
-
Constructor Summary
Constructors Constructor Description TypeParameterBoundTarget(int type_parameter_index, int bound_index, java.lang.String boundSignature)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> RacceptVisitor(TypeAnnotationsReader.TypeAnnotationTargetVisitor<R> visitor)intgetBoundIndex()java.lang.StringgetBoundSignature()intgetParameterIndex()-
Methods inherited from class com.ibm.wala.shrike.shrikeCT.TypeAnnotationsReader.TypeAnnotationTarget
getTargetInfo
-
-
-
-
Method Detail
-
getParameterIndex
public int getParameterIndex()
-
getBoundIndex
public int getBoundIndex()
-
acceptVisitor
public <R> R acceptVisitor(TypeAnnotationsReader.TypeAnnotationTargetVisitor<R> visitor)
- Specified by:
acceptVisitorin classTypeAnnotationsReader.TypeAnnotationTarget
-
getBoundSignature
public java.lang.String getBoundSignature()
-
-