Package com.ibm.wala.shrike.shrikeCT
Class TypeAnnotationsReader.SuperTypeTarget
- java.lang.Object
-
- com.ibm.wala.shrike.shrikeCT.TypeAnnotationsReader.TypeAnnotationTarget
-
- com.ibm.wala.shrike.shrikeCT.TypeAnnotationsReader.SuperTypeTarget
-
- Enclosing class:
- TypeAnnotationsReader
public static class TypeAnnotationsReader.SuperTypeTarget extends TypeAnnotationsReader.TypeAnnotationTarget
- See Also:
- JLS (SE8), 4.7.20.1 B
-
-
Constructor Summary
Constructors Constructor Description SuperTypeTarget(java.lang.String superType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> RacceptVisitor(TypeAnnotationsReader.TypeAnnotationTargetVisitor<R> visitor)java.lang.StringgetSuperType()-
Methods inherited from class com.ibm.wala.shrike.shrikeCT.TypeAnnotationsReader.TypeAnnotationTarget
getTargetInfo
-
-
-
-
Method Detail
-
getSuperType
public java.lang.String getSuperType()
-
acceptVisitor
public <R> R acceptVisitor(TypeAnnotationsReader.TypeAnnotationTargetVisitor<R> visitor)
- Specified by:
acceptVisitorin classTypeAnnotationsReader.TypeAnnotationTarget
-
-