public class AnnotationClassElem extends AnnotationElem
| Constructor and Description |
|---|
AnnotationClassElem(String s,
char kind,
String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Switch sw)
Called when this object is visited.
|
boolean |
equals(Object obj) |
String |
getDesc() |
int |
hashCode() |
String |
toString() |
getKind, getName, setNamepublic String toString()
toString in class AnnotationElempublic String getDesc()
public void apply(Switch sw)
Switchablepublic int hashCode()
hashCode in class AnnotationElempublic boolean equals(Object obj)
equals in class AnnotationElemCopyright © 2020 Soot OSS. All rights reserved.