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, readAttributes
decreaseIndent, getIndentString, increaseIndent, indent, setIndent
protected 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 MemberData
IOException
public void read(DataInputStream in) throws IOException
IOException
public void print() throws IOException
print
in class MemberData
IOException
Copyright © 2021. All Rights Reserved.