public class AnnotationEnumElem extends AnnotationElem
| Constructor and Description |
|---|
AnnotationEnumElem(String t,
String c,
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 |
getConstantName() |
String |
getTypeName() |
int |
hashCode() |
void |
setConstantName(String newValue) |
void |
setTypeName(String newValue) |
String |
toString() |
getKind, getName, setNamepublic String toString()
toString in class AnnotationElempublic String getTypeName()
public void setTypeName(String newValue)
public String getConstantName()
public void setConstantName(String newValue)
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.