public class AnnotationDoubleElem extends AnnotationElem
Constructor and Description |
---|
AnnotationDoubleElem(double v,
char kind,
String name) |
Modifier and Type | Method and Description |
---|---|
void |
apply(Switch sw)
Called when this object is visited.
|
double |
getValue() |
String |
toString() |
getKind, getName, setName
public AnnotationDoubleElem(double v, char kind, String name)
public String toString()
toString
in class AnnotationElem
public double getValue()
public void apply(Switch sw)
Switchable