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