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