Uses of Interface
it.tugamer89.autogex.regex.ast.RegexNode.Visitor
Packages that use RegexNode.Visitor
-
Uses of RegexNode.Visitor in it.tugamer89.autogex.regex.ast
Methods in it.tugamer89.autogex.regex.ast with parameters of type RegexNode.VisitorModifier and TypeMethodDescription<T> TRegexNode.accept(RegexNode.Visitor<T> visitor) Accepts a visitor to apply an operation on this node.<T> TRegexNode.ConcatNode.accept(RegexNode.Visitor<T> visitor) <T> TRegexNode.LiteralNode.accept(RegexNode.Visitor<T> visitor) <T> TRegexNode.StarNode.accept(RegexNode.Visitor<T> visitor) <T> TRegexNode.UnionNode.accept(RegexNode.Visitor<T> visitor)