org.hansel.stack
Class NotOp

java.lang.Object
  extended by org.hansel.stack.HanselValue
      extended by org.hansel.stack.OperatorEntry
          extended by org.hansel.stack.PrefixOpEntry
              extended by org.hansel.stack.NotOp
All Implemented Interfaces:
org.objectweb.asm.tree.analysis.Value

public class NotOp
extends PrefixOpEntry


Field Summary
 
Fields inherited from class org.hansel.stack.HanselValue
DONT_CARE, NULL, ONE_1, ONE_2, ZERO_1, ZERO_2
 
Constructor Summary
NotOp(HanselValue entry)
           
 
Method Summary
 HanselValue invert()
           
 
Methods inherited from class org.hansel.stack.PrefixOpEntry
compress, getEntry, toString
 
Methods inherited from class org.hansel.stack.OperatorEntry
toString
 
Methods inherited from class org.hansel.stack.HanselValue
equals, getSize, isBoolType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotOp

public NotOp(HanselValue entry)
Method Detail

invert

public HanselValue invert()
Overrides:
invert in class HanselValue