Uses of Record Class
it.tugamer89.autogex.regex.ast.RegexNode.StarNode
Packages that use RegexNode.StarNode
-
Uses of RegexNode.StarNode in it.tugamer89.autogex.regex.ast
Methods in it.tugamer89.autogex.regex.ast with parameters of type RegexNode.StarNodeModifier and TypeMethodDescriptionRegexNode.Visitor.visit(RegexNode.StarNode node) Visits a StarNode. * @param node The StarNode to visit.