public class AnnotationBooleanElem extends AnnotationElem
| Constructor and Description |
|---|
AnnotationBooleanElem(boolean v,
char kind,
String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Switch sw)
Called when this object is visited.
|
boolean |
equals(Object obj) |
boolean |
getValue() |
int |
hashCode() |
String |
toString() |
getKind, getName, setNamepublic AnnotationBooleanElem(boolean v,
char kind,
String name)
public String toString()
toString in class AnnotationElempublic boolean getValue()
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.