public class RuntimeVisParamAnnos extends RuntimeParamAnnos
| Constructor and Description |
|---|
RuntimeVisParamAnnos(int nameIndex,
int len,
byte[] rvaData,
ConstantPool cpool) |
RuntimeVisParamAnnos(int nameIdx,
int len,
ConstantPool cpool) |
RuntimeVisParamAnnos(int nameIdx,
int len,
java.io.DataInputStream dis,
ConstantPool cpool) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ClassVisitor v) |
Attribute |
copy(ConstantPool constant_pool) |
areVisible, dump, getAnnotationsOnParameter, getParameterAnnotations, isInflated, readParameterAnnotations, toString, writeAnnotationsgetConstantPool, getLength, getName, getNameIndex, getTag, readAttributepublic RuntimeVisParamAnnos(int nameIdx,
int len,
ConstantPool cpool)
public RuntimeVisParamAnnos(int nameIndex,
int len,
byte[] rvaData,
ConstantPool cpool)
public RuntimeVisParamAnnos(int nameIdx,
int len,
java.io.DataInputStream dis,
ConstantPool cpool)
throws java.io.IOException
java.io.IOExceptionpublic void accept(ClassVisitor v)
public Attribute copy(ConstantPool constant_pool)
copy in class RuntimeParamAnnos