public class ArrayNullCheckTag extends java.lang.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.
|
java.lang.String |
getName()
Returns the tag name.
|
byte[] |
getValue()
Returns the tag raw data.
|
java.lang.String |
toString() |
public ArrayNullCheckTag()
public ArrayNullCheckTag(byte v)
public java.lang.String getName()
Tagpublic byte[] getValue()
Tagpublic java.lang.String toString()
toString in class java.lang.Objectpublic byte accumulate(byte other)
Copyright © 2012-2019 RoboVM AB. All Rights Reserved.