public static class Attributes.TypeAttributes extends Attributes
Attributes.FieldAttributes, Attributes.MethodAttributes, Attributes.TypeAttributesisSynthetic, p| Constructor and Description |
|---|
TypeAttributes(BytecodeParser p,
TypeDecl typeDecl,
TypeDecl outerTypeDecl,
Program classPath) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
innerClasses() |
boolean |
isInnerClass() |
protected void |
processAttribute(String attribute_name,
int attribute_length) |
attributes, isSynthetic, readAnnotation, readElementValuepublic TypeAttributes(BytecodeParser p, TypeDecl typeDecl, TypeDecl outerTypeDecl, Program classPath)
public boolean isInnerClass()
protected void processAttribute(String attribute_name, int attribute_length)
processAttribute in class Attributesprotected void innerClasses()
Copyright © 2020 Soot OSS. All rights reserved.