public static class Attributes.MethodAttributes extends Attributes
Attributes.FieldAttributes, Attributes.MethodAttributes, Attributes.TypeAttributes| Modifier and Type | Field and Description |
|---|---|
ArrayList |
annotations |
protected ElementValue |
elementValue |
protected List |
exceptionList |
Signatures.MethodSignature |
methodSignature |
ArrayList[] |
parameterAnnotations |
isSynthetic, p| Constructor and Description |
|---|
MethodAttributes(BytecodeParser p) |
| Modifier and Type | Method and Description |
|---|---|
ElementValue |
elementValue() |
List |
exceptionList() |
protected void |
processAttribute(String attribute_name,
int attribute_length) |
attributes, isSynthetic, readAnnotation, readElementValueprotected List exceptionList
protected ElementValue elementValue
public Signatures.MethodSignature methodSignature
public ArrayList annotations
public ArrayList[] parameterAnnotations
public MethodAttributes(BytecodeParser p)
protected void processAttribute(String attribute_name, int attribute_length)
processAttribute in class Attributespublic List exceptionList()
public ElementValue elementValue()
Copyright © 2020 Soot OSS. All rights reserved.