Uses of Class
com.googlecode.aviator.runtime.function.seq.SeqCompsitePredFunFunction.LogicOp
-
Packages that use SeqCompsitePredFunFunction.LogicOp Package Description com.googlecode.aviator.runtime.function.seq -
-
Uses of SeqCompsitePredFunFunction.LogicOp in com.googlecode.aviator.runtime.function.seq
Fields in com.googlecode.aviator.runtime.function.seq declared as SeqCompsitePredFunFunction.LogicOp Modifier and Type Field Description private SeqCompsitePredFunFunction.LogicOp
SeqCompsitePredFunFunction. op
Methods in com.googlecode.aviator.runtime.function.seq that return SeqCompsitePredFunFunction.LogicOp Modifier and Type Method Description static SeqCompsitePredFunFunction.LogicOp
SeqCompsitePredFunFunction.LogicOp. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SeqCompsitePredFunFunction.LogicOp[]
SeqCompsitePredFunFunction.LogicOp. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.googlecode.aviator.runtime.function.seq with parameters of type SeqCompsitePredFunFunction.LogicOp Modifier and Type Method Description private static AviatorFunction
SeqCompsitePredFunFunction. createFunction(java.util.Map<java.lang.String,java.lang.Object> env, AviatorObject[] args, SeqCompsitePredFunFunction.LogicOp op)
Constructors in com.googlecode.aviator.runtime.function.seq with parameters of type SeqCompsitePredFunFunction.LogicOp Constructor Description SeqCompsitePredFunFunction(java.lang.String name, SeqCompsitePredFunFunction.LogicOp op)
-