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

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

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

Constructors in edu.rice.cs.cunit.instrumentors.record with parameters of type IPredicate.Ternary
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.Ternary in edu.rice.cs.cunit.instrumentors.util
 

Fields in edu.rice.cs.cunit.instrumentors.util declared as IPredicate.Ternary
protected  IPredicate.Ternary<ClassFile,MethodInfo,InstructionList> AInsertAtOpcodeStrategy._afterOpcodePredicate
          Predicate that decides if code should be inserted AFTER this opcode.
protected  IPredicate.Ternary<ClassFile,MethodInfo,InstructionList> AInsertAtOpcodeStrategy._beforeOpcodePredicate
          Predicate that decides if code should be inserted BEFORE this opcode.
protected static IPredicate.Ternary<ClassFile,MethodInfo,InstructionList> AInsertAtOpcodeStrategy.OPCODE_NEVER
          A predicate that always returns false, i.e.
 

Constructors in edu.rice.cs.cunit.instrumentors.util with parameters of type IPredicate.Ternary
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.
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.Ternary in edu.rice.cs.cunit.util
 

Classes in edu.rice.cs.cunit.util that implement IPredicate.Ternary
static class IPredicate.Ternary.And
          Ternary AND.
static class IPredicate.Ternary.Between<T extends Comparable<T>>
          Between.
static class IPredicate.Ternary.False
          FALSE.
static class IPredicate.Ternary.Or
          Ternary OR.
static class IPredicate.Ternary.True
          TRUE.
static class IPredicate.Ternary.Xor
          Ternary XOR.