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