public class RuntimeVisibleAnnotations extends Annotations
constant_pool, length, name_index, tag
Constructor and Description |
---|
RuntimeVisibleAnnotations(int name_index,
int length,
DataInputStream file,
ConstantPool constant_pool) |
Modifier and Type | Method and Description |
---|---|
Attribute |
copy(ConstantPool constant_pool) |
getAnnotationEntries, setAnnotationTable, writeAnnotations
public RuntimeVisibleAnnotations(int name_index, int length, DataInputStream file, ConstantPool constant_pool) throws IOException
name_index
- Index pointing to the name Codelength
- Content length in bytesfile
- Input streamconstant_pool
- Array of constantsIOException
public Attribute copy(ConstantPool constant_pool)
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.