org.siebengeisslein.client.instrument
Class SGInterpreter.UnknownValue

java.lang.Object
  extended by org.siebengeisslein.client.instrument.SGInterpreter.UnknownValue
All Implemented Interfaces:
org.objectweb.asm.tree.analysis.Value
Enclosing class:
SGInterpreter

public static class SGInterpreter.UnknownValue
extends java.lang.Object
implements org.objectweb.asm.tree.analysis.Value


Constructor Summary
SGInterpreter.UnknownValue()
           
 
Method Summary
 boolean equals(org.objectweb.asm.tree.analysis.Value v)
           
 int getSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SGInterpreter.UnknownValue

public SGInterpreter.UnknownValue()
Method Detail

equals

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

getSize

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