Uses of Class
eu.bandm.tools.format.Format.Variable
Packages that use Format.Variable
-
Uses of Format.Variable in eu.bandm.tools.format
Subclasses of Format.Variable in eu.bandm.tools.formatModifier 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.Methods in eu.bandm.tools.format with parameters of type Format.VariableModifier 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)