org.siebengeisslein.client.verifier
Class DontCareType

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

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


Method Summary
 boolean equals(org.objectweb.asm.tree.analysis.Value value)
           
static DontCareType get()
           
 int getSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public static DontCareType get()

equals

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

getSize

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