soot.jimple.toolkits.annotation.tags
Class NullCheckTag
java.lang.Object
|
+--soot.jimple.toolkits.annotation.tags.NullCheckTag
- public class NullCheckTag
- extends java.lang.Object
- implements OneByteCodeTag
NullCheckTag contains the null pointer check information.
The right third bit of a byte is used to represent whether
the null check is needed.
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
NullCheckTag
public NullCheckTag(boolean needCheck)
getName
public java.lang.String getName()
- Description copied from interface: Tag
- Returns the tag name.
getValue
public byte[] getValue()
- Description copied from interface: Tag
- Returns the tag raw data.
needCheck
public boolean needCheck()
toString
public java.lang.String toString()
- Overrides:
- toString in class java.lang.Object