public class LongConstantValueTag extends ConstantValueTag
| Modifier and Type | Field and Description |
|---|---|
static String |
NAME |
bytes| Constructor and Description |
|---|
LongConstantValueTag(long value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
LongConstant |
getConstant() |
long |
getLongValue() |
String |
getName()
Returns the tag name.
|
int |
hashCode() |
String |
toString() |
getValuepublic static final String NAME
public long getLongValue()
public String toString()
toString in class ConstantValueTagpublic LongConstant getConstant()
getConstant in class ConstantValueTagpublic int hashCode()
hashCode in class ConstantValueTagpublic boolean equals(Object obj)
equals in class ConstantValueTagCopyright © 2024 Soot OSS. All rights reserved.