| Constructor and Description |
|---|
VisibilityAnnotationTag(int vis) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAnnotation(AnnotationTag a) |
ArrayList<AnnotationTag> |
getAnnotations() |
String |
getInfo() |
String |
getName()
Returns the tag name.
|
byte[] |
getValue()
Returns the tag raw data.
|
int |
getVisibility() |
boolean |
hasAnnotations() |
String |
toString() |
public String getInfo()
public int getVisibility()
public void addAnnotation(AnnotationTag a)
public ArrayList<AnnotationTag> getAnnotations()
public boolean hasAnnotations()
Copyright © 2020 Soot OSS. All rights reserved.