Uses of Interface
net.diversionmc.parser.group.GroupSupplier
Packages that use GroupSupplier
-
Uses of GroupSupplier in net.diversionmc.parser
Methods in net.diversionmc.parser with parameters of type GroupSupplierModifier and TypeMethodDescription<L extends ExpressionPiece,R extends ExpressionPiece>
Parser<T>Parser.group(Predicate<ExpressionPiece> left, Predicate<ExpressionPiece> right, GroupSupplier<L, R> supplier) Create a grouper for specific pieces. -
Uses of GroupSupplier in net.diversionmc.parser.group
Methods in net.diversionmc.parser.group that return GroupSupplierModifier and TypeMethodDescriptionGrouper.supplier()Returns the value of thesupplierrecord component.Constructors in net.diversionmc.parser.group with parameters of type GroupSupplierModifierConstructorDescriptionGrouper(Predicate<ExpressionPiece> start, Predicate<ExpressionPiece> end, GroupSupplier<L, R> supplier) Construct a grouper for specific pieces.