public class LongConstantValueTag extends ConstantValueTag
bytes| Constructor and Description |
|---|
LongConstantValueTag(long value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
LongConstant |
getConstant() |
long |
getLongValue() |
int |
hashCode() |
String |
toString() |
getName, getValuepublic 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 © 2020 Soot OSS. All rights reserved.