Uses of Package
edu.rice.cs.cunit.util

Packages that use edu.rice.cs.cunit.util
edu.rice.cs.cunit   
edu.rice.cs.cunit.classFile   
edu.rice.cs.cunit.classFile.constantPool   
edu.rice.cs.cunit.instrumentors.record   
edu.rice.cs.cunit.instrumentors.threadCheck   
edu.rice.cs.cunit.instrumentors.util   
edu.rice.cs.cunit.record   
edu.rice.cs.cunit.record.graph   
edu.rice.cs.cunit.threadCheck   
edu.rice.cs.cunit.util   
 

Classes in edu.rice.cs.cunit.util used by edu.rice.cs.cunit
ILambda.Binary
          Binary lambda interface R <- P x Q.
 

Classes in edu.rice.cs.cunit.util used by edu.rice.cs.cunit.classFile
ILambda
          Unary lambda interface R <- P.
PositionDataInputStream
          A DataInputStream that makes the position in the stream available.
 

Classes in edu.rice.cs.cunit.util used by edu.rice.cs.cunit.classFile.constantPool
PositionDataInputStream
          A DataInputStream that makes the position in the stream available.
 

Classes in edu.rice.cs.cunit.util used by edu.rice.cs.cunit.instrumentors.record
IPredicate
          Unary predicate interface Boolean <- P
IPredicate.Binary
          Binary predicate interface Boolean <- P x Q.
IPredicate.Ternary
          Ternary predicate interface Boolean <- P x Q x S.
 

Classes in edu.rice.cs.cunit.util used by edu.rice.cs.cunit.instrumentors.threadCheck
ILambda.Ternary
          Ternary lambda interface R <- P x Q x S.
Ref
          Mutable reference.
SoftHashMap
          A hash map with soft references.
XMLConfig
          XML configuration management.
 

Classes in edu.rice.cs.cunit.util used by edu.rice.cs.cunit.instrumentors.util
IPredicate
          Unary predicate interface Boolean <- P
IPredicate.Binary
          Binary predicate interface Boolean <- P x Q.
IPredicate.Ternary
          Ternary predicate interface Boolean <- P x Q x S.
 

Classes in edu.rice.cs.cunit.util used by edu.rice.cs.cunit.record
IVerboseToString
          Interface for a class that has a verbose toString method.
 

Classes in edu.rice.cs.cunit.util used by edu.rice.cs.cunit.record.graph
IVerboseToString
          Interface for a class that has a verbose toString method.
 

Classes in edu.rice.cs.cunit.util used by edu.rice.cs.cunit.threadCheck
ILambda.Ternary
          Ternary lambda interface R <- P x Q x S.
IPredicate
          Unary predicate interface Boolean <- P
Pair
          Generic pair container.
XMLConfig
          XML configuration management.
 

Classes in edu.rice.cs.cunit.util used by edu.rice.cs.cunit.util
Debug
          Debug output.
Debug.LogTarget
           
Debug.ProgressCounter
           
ILambda
          Unary lambda interface R <- P.
ILambda.Binary
          Binary lambda interface R <- P x Q.
ILambda.Binary.Bind1st
          Unary decorator for a binary lambda that binds a constant to its first parameter.
ILambda.Binary.Bind2nd
          Unary decorator for a binary lambda that binds a constant to its second parameter.
ILambda.Nary
          N-ary lambda interface R <- P x P x ...
ILambda.Nary.Bind
          (N-1)-ary decorator for an N-ary lambda that binds a constant to one of its parameters.
ILambda.Nary.BindK
          (N-K)-ary decorator for an N-ary lambda that binds constants to K of its parameters.
ILambda.Ternary
          Ternary lambda interface R <- P x Q x S.
ILambda.Ternary.Bind1st
          Binary decorator for a ternary lambda that binds a constant to its first parameter.
ILambda.Ternary.Bind1st2nd
          Unary decorator for a ternary lambda that binds constants to its first and second parameters.
ILambda.Ternary.Bind1st3rd
          Unary decorator for a ternary lambda that binds constants to its first and third parameters.
ILambda.Ternary.Bind2nd
          Binary decorator for a ternary lambda that binds a constant to its second parameter.
ILambda.Ternary.Bind2nd3rd
          Unary decorator for a ternary lambda that binds constants to its second and third parameters.
ILambda.Ternary.Bind3rd
          Binary decorator for a ternary lambda that binds a constant to its third parameter.
IPredicate
          Unary predicate interface Boolean <- P
IPredicate.Binary
          Binary predicate interface Boolean <- P x Q.
IPredicate.Binary.And
          Binary AND.
IPredicate.Binary.Equals
          Equals.
IPredicate.Binary.False
          FALSE.
IPredicate.Binary.Or
          Binary OR.
IPredicate.Binary.True
          TRUE.
IPredicate.Binary.Xor
          Binary XOR.
IPredicate.False
          FALSE.
IPredicate.Nary
          N-ary predicate interface Boolean <- P x P x ...
IPredicate.Nary.And
          N-ary AND.
IPredicate.Nary.False
          FALSE.
IPredicate.Nary.Or
          N-ary OR.
IPredicate.Nary.True
          TRUE.
IPredicate.Nary.Xor
          N-ary XOR.
IPredicate.Not
          Unary NOT.
IPredicate.Ternary
          Ternary predicate interface Boolean <- P x Q x S.
IPredicate.Ternary.And
          Ternary AND.
IPredicate.Ternary.False
          FALSE.
IPredicate.Ternary.Or
          Ternary OR.
IPredicate.Ternary.True
          TRUE.
IPredicate.Ternary.Xor
          Ternary XOR.
IPredicate.True
          TRUE.
NullStream
          Stream that discards all output.
PositionInputStream
          A stream that makes the position in the stream available.
ProvidesInputStreamPosition
          Can provide the position of an input stream.
StringOps.MatchResult