WritableEntry
public class ClassAnnotation extends java.lang.Object implements WritableEntry
Constructor | Description |
---|---|
ClassAnnotation(ConstPool constPool,
java.lang.String type,
java.util.List<AnnotationValue> annotationValues) |
Modifier and Type | Method | 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 WritableEntry
java.io.IOException
public java.lang.String getType()
public java.util.List<AnnotationValue> getAnnotationValues()
Copyright © 2018. All rights reserved.