org.siebengeisslein.client.verifier
Class ThisReferenceType

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

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


Method Summary
 boolean equals(org.objectweb.asm.tree.analysis.Value value)
           
static ThisReferenceType 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 ThisReferenceType 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