public class ClassAnnotation extends Object implements WritableEntry
Constructor and Description |
---|
ClassAnnotation(ConstPool constPool,
String type,
List<AnnotationValue> annotationValues) |
Modifier and Type | Method and Description |
---|---|
List<AnnotationValue> |
getAnnotationValues() |
String |
getType() |
void |
write(ByteArrayDataOutputStream stream) |
public ClassAnnotation(ConstPool constPool, String type, List<AnnotationValue> annotationValues)
public void write(ByteArrayDataOutputStream stream) throws IOException
write
in interface WritableEntry
IOException
public String getType()
public List<AnnotationValue> getAnnotationValues()
Copyright © 2015. All rights reserved.