public class Attributes extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Attributes.FieldAttributes |
static class |
Attributes.MethodAttributes |
static class |
Attributes.TypeAttributes |
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
isSynthetic |
protected BytecodeParser |
p |
| Modifier | Constructor and Description |
|---|---|
protected |
Attributes(BytecodeParser parser) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
attributes() |
boolean |
isSynthetic() |
protected void |
processAttribute(String attribute_name,
int attribute_length) |
protected Annotation |
readAnnotation() |
protected ElementValue |
readElementValue() |
protected BytecodeParser p
protected boolean isSynthetic
protected Attributes(BytecodeParser parser)
protected void processAttribute(String attribute_name, int attribute_length)
protected void attributes()
public boolean isSynthetic()
protected ElementValue readElementValue()
protected Annotation readAnnotation()
Copyright © 2020 Soot OSS. All rights reserved.