| Package | Description |
|---|---|
| com.ibm.wala.shrikeCT |
| Modifier and Type | Method and Description |
|---|---|
static TypeAnnotationsReader.AnnotationType |
TypeAnnotationsReader.AnnotationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeAnnotationsReader.AnnotationType[] |
TypeAnnotationsReader.AnnotationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static TypeAnnotationsReader |
TypeAnnotationsReader.getReaderForAnnotationAtClassfile(TypeAnnotationsReader.AnnotationType type,
ClassReader.AttrIterator iter,
SignatureReader signatureReader) |
static TypeAnnotationsReader |
TypeAnnotationsReader.getReaderForAnnotationAtCode(TypeAnnotationsReader.AnnotationType type,
ClassReader.AttrIterator iter,
CodeReader codereader) |
static TypeAnnotationsReader |
TypeAnnotationsReader.getReaderForAnnotationAtFieldInfo(TypeAnnotationsReader.AnnotationType type,
ClassReader.AttrIterator iter) |
static TypeAnnotationsReader |
TypeAnnotationsReader.getReaderForAnnotationAtMethodInfo(TypeAnnotationsReader.AnnotationType type,
ClassReader.AttrIterator iter,
ExceptionsReader exceptionReader,
SignatureReader signatureReader) |
Copyright © 2019. All rights reserved.