public class AnnotationLongElem extends AnnotationElem
| Constructor and Description |
|---|
AnnotationLongElem(long v,
char kind,
String name) |
AnnotationLongElem(long v,
String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Switch sw)
Called when this object is visited.
|
boolean |
equals(Object obj) |
long |
getValue() |
int |
hashCode() |
String |
toString() |
getKind, getName, setNamepublic AnnotationLongElem(long v,
String name)
public AnnotationLongElem(long v,
char kind,
String name)
public String toString()
toString in class AnnotationElempublic long 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.