public abstract class ConstantValueTag extends Object implements Tag
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
bytes |
| Modifier | Constructor and Description |
|---|---|
protected |
ConstantValueTag() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
abstract Constant |
getConstant() |
String |
getName()
Returns the tag name.
|
byte[] |
getValue()
Returns the tag raw data.
|
int |
hashCode() |
abstract String |
toString() |
Copyright © 2020 Soot OSS. All rights reserved.