Class NullConstant
java.lang.Object
sootup.core.jimple.common.constant.NullConstant
- All Implemented Interfaces:
EquivTo,Constant,Immediate,Value,JimpleIR,Acceptor<ConstantVisitor>
-
Method Summary
Modifier and TypeMethodDescription<V extends ConstantVisitor>
Vaccept(@NonNull V v) Called when this object is visited.booleanstatic NullConstant@NonNull TypegetType()Returns the Soot type of this Value.inthashCode()toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface sootup.core.jimple.common.constant.Constant
equivHashCode, equivTo, getUses, toString
-
Method Details
-
getInstance
-
equals
-
hashCode
public int hashCode() -
getType
Description copied from interface:ValueReturns the Soot type of this Value. -
accept
Description copied from interface:AcceptorCalled when this object is visited.- Specified by:
acceptin interfaceAcceptor<ConstantVisitor>
-
toString
-