public class IntegerConstantValueTag extends ConstantValueTag
| Modifier and Type | Field and Description |
|---|---|
static String |
NAME |
bytes| Constructor and Description |
|---|
IntegerConstantValueTag(int value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
IntConstant |
getConstant() |
int |
getIntValue() |
String |
getName()
Returns the tag name.
|
int |
hashCode() |
String |
toString() |
getValuepublic static final String NAME
public int getIntValue()
public String toString()
toString in class ConstantValueTagpublic IntConstant 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.