public class ArrayNullCheckTag extends Object implements OneByteCodeTag
For array references, the right three bits are meaningful; for other object refrences, only null check bit should be used.
ArrayCheckTag,
NullCheckTag| Constructor and Description |
|---|
ArrayNullCheckTag() |
ArrayNullCheckTag(byte v) |
| Modifier and Type | Method and Description |
|---|---|
byte |
accumulate(byte other)
Accumulates another byte value by OR.
|
String |
getName()
Returns the tag name.
|
byte[] |
getValue()
Returns the tag raw data.
|
String |
toString() |
public ArrayNullCheckTag()
public ArrayNullCheckTag(byte v)
Copyright © 2020 Soot OSS. All rights reserved.