Uses of Interface
io.vertigo.commons.peg.term.PegOperatorTerm
Packages that use PegOperatorTerm
-
Uses of PegOperatorTerm in io.vertigo.commons.peg.rule
Methods in io.vertigo.commons.peg.rule with type parameters of type PegOperatorTermModifier and TypeMethodDescriptionstatic <A,B extends Enum<B> & PegOperatorTerm<R>, R>
PegRule<PegSolver<A, R, R>> PegRules.delayedOperation(PegRule<A> operandRule, Class<B> operatorClass, boolean isOperatorSpaced) Rule to resolve operations.static <A,B extends Enum<B> & PegOperatorTerm<R>, R>
PegRule<PegSolver<A, R, R>> PegRules.delayedOperationLazy(PegRule<A> operandRule, Class<B> operatorClass, boolean isOperatorSpaced) Rule to resolve operations, non greedy.static <A,B extends Enum<B> & PegOperatorTerm<A>>
PegRule<A> Rule to resolve operations.static <A,B extends Enum<B> & PegOperatorTerm<A>>
PegRule<A> PegRules.operationLazy(PegRule<A> operandRule, Class<B> operatorClass, boolean isOperatorSpaced) Rule to resolve operations, non greedy. -
Uses of PegOperatorTerm in io.vertigo.commons.peg.term
Classes in io.vertigo.commons.peg.term that implement PegOperatorTermModifier and TypeClassDescriptionenumAll boolean operators.enumAll boolean operators.