Uses of Interface
org.eu.autogex.regex.ast.RegexNode.Visitor
Packages that use RegexNode.Visitor
-
Uses of RegexNode.Visitor in org.eu.autogex.regex.ast
Methods in org.eu.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)