public class JL5Field extends Field
| Modifier and Type | Field and Description |
|---|---|
protected Annotations |
runtimeInvisibleAnnotations |
protected Annotations |
runtimeVisibleAnnotations |
protected JL5Signature |
signature |
| Constructor and Description |
|---|
JL5Field(java.io.DataInputStream in,
ClassFile clazz) |
| Modifier and Type | Method and Description |
|---|---|
Annotations |
getRuntimeInvisibleAnnotations() |
Annotations |
getRuntimeVisibleAnnotations() |
JL5Signature |
getSignature() |
void |
initialize() |
constantValue, getAttrs, getClazz, getConstantValue, getDouble, getFloat, getInt, getLong, getModifiers, getName, getString, getType, isConstant, isString, isSynthetic, nameprotected JL5Signature signature
protected Annotations runtimeVisibleAnnotations
protected Annotations runtimeInvisibleAnnotations
public JL5Field(java.io.DataInputStream in,
ClassFile clazz)
throws java.io.IOException
java.io.IOExceptionpublic void initialize()
throws java.io.IOException
initialize in class Fieldjava.io.IOExceptionpublic JL5Signature getSignature()
public Annotations getRuntimeVisibleAnnotations()
public Annotations getRuntimeInvisibleAnnotations()