public static class Attributes.FieldAttributes extends Attributes
Attributes.FieldAttributes, Attributes.MethodAttributes, Attributes.TypeAttributes| Modifier and Type | Field and Description |
|---|---|
ArrayList |
annotations |
protected CONSTANT_Info |
constantValue |
Signatures.FieldSignature |
fieldSignature |
isSynthetic, p| Constructor and Description |
|---|
FieldAttributes(BytecodeParser p) |
| Modifier and Type | Method and Description |
|---|---|
CONSTANT_Info |
constantValue() |
protected void |
processAttribute(String attribute_name,
int attribute_length) |
attributes, isSynthetic, readAnnotation, readElementValueprotected CONSTANT_Info constantValue
public ArrayList annotations
public Signatures.FieldSignature fieldSignature
public FieldAttributes(BytecodeParser p)
protected void processAttribute(String attribute_name, int attribute_length)
processAttribute in class Attributespublic CONSTANT_Info constantValue()
Copyright © 2020 Soot OSS. All rights reserved.