Uses of Enum Class
com.knezevic.edaf.v3.repr.grammar.ops.OperatorKind
Packages that use OperatorKind
Package
Description
Grammar operator registry and protected primitives.
-
Uses of OperatorKind in com.knezevic.edaf.v3.repr.grammar.ops
Subclasses with type arguments of type OperatorKind in com.knezevic.edaf.v3.repr.grammar.opsModifier and TypeClassDescriptionenumOperator family used by printers and evaluator safety rules.Methods in com.knezevic.edaf.v3.repr.grammar.ops that return OperatorKindModifier and TypeMethodDescriptionOperatorDefinition.kind()Operator family.static OperatorKindReturns the enum constant of this class with the specified name.static OperatorKind[]OperatorKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.knezevic.edaf.v3.repr.grammar.ops with parameters of type OperatorKindModifier and TypeMethodDescriptionOperatorRegistry.byKind(OperatorKind kind) Returns subset by operator kind.Constructors in com.knezevic.edaf.v3.repr.grammar.ops with parameters of type OperatorKindModifierConstructorDescriptionOperatorDefinition(String name, int arity, OperatorKind kind, TypeSignature typeSignature, Function<List<Double>, Double> evaluator) Creates one operator definition.