org.siebengeisslein.client.verifier
Class NullType

java.lang.Object
  extended by org.siebengeisslein.client.verifier.NullType
All Implemented Interfaces:
org.objectweb.asm.tree.analysis.Value

public class NullType
extends java.lang.Object
implements org.objectweb.asm.tree.analysis.Value


Constructor Summary
NullType()
           
 
Method Summary
 boolean equals(org.objectweb.asm.tree.analysis.Value value)
           
 int getSize()
           
 org.objectweb.asm.tree.analysis.Value getTargetValue()
           
 void setTargetValue(org.objectweb.asm.tree.analysis.Value targetValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullType

public NullType()
Method Detail

getSize

public int getSize()
Specified by:
getSize in interface org.objectweb.asm.tree.analysis.Value

getTargetValue

public org.objectweb.asm.tree.analysis.Value getTargetValue()

setTargetValue

public void setTargetValue(org.objectweb.asm.tree.analysis.Value targetValue)

equals

public boolean equals(org.objectweb.asm.tree.analysis.Value value)