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()
Tag
public SootClass getOuterClass()
public String getSimpleName()
public boolean isAnon()