koala.dynamicjava.interpreter
Class InterpreterUtilities.NotEqualToPredicate

java.lang.Object
  |
  +--koala.dynamicjava.interpreter.InterpreterUtilities.BinaryPredicate
        |
        +--koala.dynamicjava.interpreter.InterpreterUtilities.NotEqualToPredicate
Enclosing class:
InterpreterUtilities

protected static class InterpreterUtilities.NotEqualToPredicate
extends InterpreterUtilities.BinaryPredicate

To encapsulate !=


Constructor Summary
protected InterpreterUtilities.NotEqualToPredicate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterpreterUtilities.NotEqualToPredicate

protected InterpreterUtilities.NotEqualToPredicate()


Copyright © 2001 Stephane Hillion. All Rights Reserved.