|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ILambda | |
---|---|
edu.rice.cs.cunit.classFile | |
edu.rice.cs.cunit.util |
Uses of ILambda in edu.rice.cs.cunit.classFile |
---|
Methods in edu.rice.cs.cunit.classFile with parameters of type ILambda | |
---|---|
static void |
ClassFileTools.generateDependencyFixPoint(java.util.Set<java.lang.String> classNames,
java.util.List<java.lang.String> classPath,
java.util.Set<java.lang.String> classesUsed,
ILambda<java.lang.Object,ClassFileTools.ClassLocation> processClassNameLambda,
ILambda<java.lang.Object,java.lang.String> processNotFoundLambda)
Generate the class dependency fix point. |
static void |
ClassFileTools.generateDependencyFixPoint(java.util.Set<java.lang.String> classNames,
java.util.List<java.lang.String> classPath,
java.util.Set<java.lang.String> classesUsed,
ILambda<java.lang.Object,ClassFileTools.ClassLocation> processClassNameLambda,
ILambda<java.lang.Object,java.lang.String> processNotFoundLambda)
Generate the class dependency fix point. |
Uses of ILambda in edu.rice.cs.cunit.util |
---|
Classes in edu.rice.cs.cunit.util that implement ILambda | |
---|---|
static class |
ILambda.Binary.Bind1st<R,P,Q>
Unary decorator for a binary lambda that binds a constant to its first parameter. |
static class |
ILambda.Binary.Bind2nd<R,P,Q>
Unary decorator for a binary lambda that binds a constant to its second parameter. |
static class |
ILambda.NaryAdaptor<R,P>
Adapter to turn an N-ary lambda into a unary lambda. |
static class |
ILambda.Ternary.Bind1st2nd<R,P,Q,S>
Unary decorator for a ternary lambda that binds constants to its first and second parameters. |
static class |
ILambda.Ternary.Bind1st3rd<R,P,Q,S>
Unary decorator for a ternary lambda that binds constants to its first and third parameters. |
static class |
ILambda.Ternary.Bind2nd3rd<R,P,Q,S>
Unary decorator for a ternary lambda that binds constants to its second and third parameters. |
Fields in edu.rice.cs.cunit.util declared as ILambda | |
---|---|
private ILambda<R,P> |
ILambda.Nary.UnaryAdaptor._decoree
The unary lambda. |
Constructors in edu.rice.cs.cunit.util with parameters of type ILambda | |
---|---|
ILambda.Nary.UnaryAdaptor(ILambda<R,P> decoree)
Creates a new N-ary lambda (with N=1). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |