Class CheckYes

java.lang.Object
  |
  +--Predicate
        |
        +--CheckYes

class CheckYes
extends Predicate

A class whose evaluate method always returns true, to be used as a terminating case when searching.


Constructor Summary
(package private) CheckYes()
           
 
Method Summary
 boolean evaluate(RealObject ro, java.lang.String details)
          Indicates whether the compiler and run-time library are working properly.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckYes

CheckYes()
Method Detail

evaluate

public boolean evaluate(RealObject ro,
                        java.lang.String details)
Indicates whether the compiler and run-time library are working properly.
Overrides:
evaluate in class Predicate
Returns:
always true