Package com.ibm.wala.shrike.shrikeCT
Class TypeAnnotationsReader.TypeAnnotationAttribute
- java.lang.Object
-
- com.ibm.wala.shrike.shrikeCT.TypeAnnotationsReader.TypeAnnotationAttribute
-
- Enclosing class:
- TypeAnnotationsReader
public static class TypeAnnotationsReader.TypeAnnotationAttribute extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description AnnotationsReader.AnnotationAttributeannotationAttributeTypeAnnotationsReader.TypeAnnotationTargetannotationTargetTypeAnnotationsReader.TargetTypetargetTypejava.util.List<com.ibm.wala.util.collections.Pair<TypeAnnotationsReader.TypePathKind,java.lang.Integer>>typePath
-
Constructor Summary
Constructors Constructor Description TypeAnnotationAttribute(TypeAnnotationsReader.TypeAnnotationTarget annotationTarget, AnnotationsReader.AnnotationAttribute annotationAttribute, java.util.List<com.ibm.wala.util.collections.Pair<TypeAnnotationsReader.TypePathKind,java.lang.Integer>> typePath, TypeAnnotationsReader.TargetType targetType)
-
-
-
Field Detail
-
annotationTarget
public final TypeAnnotationsReader.TypeAnnotationTarget annotationTarget
-
annotationAttribute
public final AnnotationsReader.AnnotationAttribute annotationAttribute
-
typePath
public final java.util.List<com.ibm.wala.util.collections.Pair<TypeAnnotationsReader.TypePathKind,java.lang.Integer>> typePath
-
targetType
public final TypeAnnotationsReader.TargetType targetType
-
-
Constructor Detail
-
TypeAnnotationAttribute
public TypeAnnotationAttribute(TypeAnnotationsReader.TypeAnnotationTarget annotationTarget, AnnotationsReader.AnnotationAttribute annotationAttribute, java.util.List<com.ibm.wala.util.collections.Pair<TypeAnnotationsReader.TypePathKind,java.lang.Integer>> typePath, TypeAnnotationsReader.TargetType targetType)
-
-