public class AnnotationIntElem extends AnnotationElem
| Constructor and Description |
|---|
AnnotationIntElem(Byte v,
String name) |
AnnotationIntElem(Character v,
String name) |
AnnotationIntElem(int v,
char kind,
String name)
Annotation int element
|
AnnotationIntElem(int v,
String name) |
AnnotationIntElem(Short v,
String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Switch sw)
Called when this object is visited.
|
boolean |
equals(Object obj) |
int |
getValue() |
int |
hashCode() |
String |
toString() |
getKind, getName, setNamepublic AnnotationIntElem(int v,
char kind,
String name)
v - value of type intkind - I: int; B: byte; Z: boolean; C: char; S: short;name - public AnnotationIntElem(int v,
String name)
public String toString()
toString in class AnnotationElempublic int 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.