Uses of Class
io.dialob.rule.parser.node.NodeOperator.Category
-
Packages that use NodeOperator.Category Package Description io.dialob.rule.parser io.dialob.rule.parser.node -
-
Uses of NodeOperator.Category in io.dialob.rule.parser
Method parameters in io.dialob.rule.parser with type arguments of type NodeOperator.Category Modifier and Type Method Description static Predicate<NodeBase>AstMatcher. operCategory(Predicate<NodeOperator.Category> predicate) -
Uses of NodeOperator.Category in io.dialob.rule.parser.node
Methods in io.dialob.rule.parser.node that return NodeOperator.Category Modifier and Type Method Description @NotNull NodeOperator.CategoryNodeOperator. getCategory()static NodeOperator.CategoryNodeOperator.Category. valueOf(String name)Returns the enum constant of this type with the specified name.static NodeOperator.Category[]NodeOperator.Category. values()Returns an array containing the constants of this enum type, in the order they are declared.
-