| Constructor and Description |
|---|
OuterClassTag(SootClass outer,
String simpleName,
boolean anon) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the tag name.
|
SootClass |
getOuterClass() |
String |
getSimpleName() |
byte[] |
getValue()
Returns the tag raw data.
|
boolean |
isAnon() |
String |
toString() |
public byte[] getValue()
Tagpublic SootClass getOuterClass()
public String getSimpleName()
public boolean isAnon()
Copyright © 2020 Soot OSS. All rights reserved.