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