Uses of Interface
edu.rice.cs.cunit.util.IPredicate.Binary

Packages that use IPredicate.Binary
edu.rice.cs.cunit.instrumentors.record   
edu.rice.cs.cunit.instrumentors.util   
edu.rice.cs.cunit.util   
 

Uses of IPredicate.Binary in edu.rice.cs.cunit.instrumentors.record
 

Constructors in edu.rice.cs.cunit.instrumentors.record with parameters of type IPredicate.Binary
CompactRecordBufferCodeStrategy(IPredicate<ClassFile> classPredicate, IPredicate.Binary<ClassFile,MethodInfo> methodPredicate, IPredicate.Ternary<ClassFile,MethodInfo,InstructionList> opcodePredicate, long code)
          Create a new strategy with the specified predicates.
 

Uses of IPredicate.Binary in edu.rice.cs.cunit.instrumentors.util
 

Fields in edu.rice.cs.cunit.instrumentors.util declared as IPredicate.Binary
protected  IPredicate.Binary<ClassFile,MethodInfo> AInsertAtOpcodeStrategy._methodPredicate
          Predicate that decides if this method should be instrumented.
 

Constructors in edu.rice.cs.cunit.instrumentors.util with parameters of type IPredicate.Binary
AInsertAtOpcodeStrategy(IPredicate<ClassFile> classPredicate, IPredicate.Binary<ClassFile,MethodInfo> methodPredicate, IPredicate.Ternary<ClassFile,MethodInfo,InstructionList> beforeOpcodePredicate, IPredicate.Ternary<ClassFile,MethodInfo,InstructionList> afterOpcodePredicate)
          Create a new strategy with the specified predicates.
 

Uses of IPredicate.Binary in edu.rice.cs.cunit.util
 

Classes in edu.rice.cs.cunit.util that implement IPredicate.Binary
static class IPredicate.Binary.And
          Binary AND.
static class IPredicate.Binary.Equals
          Equals.
static class IPredicate.Binary.False
          FALSE.
static class IPredicate.Binary.Greater<T extends Comparable<T>>
          Greater-than.
static class IPredicate.Binary.GreaterEq<T extends Comparable<T>>
          Greater-than-or-equal.
static class IPredicate.Binary.Less<T extends Comparable<T>>
          Less-than.
static class IPredicate.Binary.LessEq<T extends Comparable<T>>
          Less-than-or-equal.
static class IPredicate.Binary.Or
          Binary OR.
static class IPredicate.Binary.True
          TRUE.
static class IPredicate.Binary.Xor
          Binary XOR.