Uses of Class
org.xcsp.common.Types.TypeCircuitableOperator
-
Packages that use Types.TypeCircuitableOperator Package Description org.xcsp.common org.xcsp.common.predicates -
-
Uses of Types.TypeCircuitableOperator in org.xcsp.common
Methods in org.xcsp.common that return Types.TypeCircuitableOperator Modifier and Type Method Description static Types.TypeCircuitableOperatorTypes.TypeCircuitableOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static Types.TypeCircuitableOperator[]Types.TypeCircuitableOperator. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Types.TypeCircuitableOperator in org.xcsp.common.predicates
Fields in org.xcsp.common.predicates declared as Types.TypeCircuitableOperator Modifier and Type Field Description Types.TypeCircuitableOperatorTreeEvaluator.ShortCircuit. operatorConstructors in org.xcsp.common.predicates with parameters of type Types.TypeCircuitableOperator Constructor Description ShortCircuit(Types.TypeCircuitableOperator operator, int nextPosition)
-