public class FieldData extends MemberData
| Modifier and Type | Field and Description |
|---|---|
protected int |
name_cpx |
protected int |
type_cpx |
protected int |
value_cpx |
access, attrs, cls, invisibleAnnotations, invisibleTypeAnnotations, isDeprecated, isSynthetic, memberType, options, out, pr_cpx, signature, visibleAnnotations, visibleTypeAnnotations| Modifier and Type | Method and Description |
|---|---|
protected boolean |
handleAttributes(DataInputStream in,
Tables.AttrTag attrtag,
int attrlen) |
void |
print()
Prints the field data to the current output stream.
|
void |
read(DataInputStream in)
Read and resolve the field data called from ClassData.
|
getAnnotationsCount, init, printAnnotations, printVar, readAttributesdecreaseIndent, getIndentString, increaseIndent, indent, setIndentprotected int name_cpx
protected int type_cpx
protected int value_cpx
public FieldData(ClassData cls)
protected boolean handleAttributes(DataInputStream in, Tables.AttrTag attrtag, int attrlen) throws IOException
handleAttributes in class MemberDataIOExceptionpublic void read(DataInputStream in) throws IOException
IOExceptionpublic void print()
throws IOException
print in class MemberDataIOExceptionCopyright © 2021. All Rights Reserved.