Uses of Class
eu.bandm.tools.format.Format.Variable
-
Uses of Format.Variable in eu.bandm.tools.format
Modifier and TypeClassDescriptionstatic class
Variable identified by an index number, resolved by un-named arguments by counting their positions.static class
Variable identified by a alphanumeric name which can be bound explicitly.Modifier and TypeMethodDescriptionvoid
Format.Matcher.action
(Format.Variable f) void
Format.Rewriter.action
(Format.Variable f) void
Format.Visitor.action
(Format.Variable f) default void
Format.Matcher.match
(Format.Variable f)