org.lee.mugen.sprite.cns.eval.operator
Class CnsOperatorsDef.BitNot

java.lang.Object
  extended by org.lee.mugen.sprite.cns.eval.operator.CnsOperatorsDef.BitNot
All Implemented Interfaces:
Functionable, Valueable
Enclosing class:
CnsOperatorsDef

public static class CnsOperatorsDef.BitNot
extends java.lang.Object
implements Functionable


Constructor Summary
CnsOperatorsDef.BitNot()
           
 
Method Summary
 java.lang.Object getValue(java.lang.String spriteId, Valueable... params)
           
 void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CnsOperatorsDef.BitNot

public CnsOperatorsDef.BitNot()
Method Detail

getValue

public java.lang.Object getValue(java.lang.String spriteId,
                                 Valueable... params)
Specified by:
getValue in interface Valueable

reset

public void reset()
Specified by:
reset in interface Functionable