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