Uses of Interface
org.sonar.java.regex.ast.RegexVisitor
-
Packages that use RegexVisitor Package Description org.sonar.java.regex.ast -
-
Uses of RegexVisitor in org.sonar.java.regex.ast
Classes in org.sonar.java.regex.ast that implement RegexVisitor Modifier and Type Class Description class
RegexBaseVisitor
Methods in org.sonar.java.regex.ast with parameters of type RegexVisitor Modifier and Type Method Description void
AtomicGroupTree. accept(RegexVisitor visitor)
void
BackReferenceTree. accept(RegexVisitor visitor)
void
BoundaryTree. accept(RegexVisitor visitor)
void
CapturingGroupTree. accept(RegexVisitor visitor)
void
CharacterClassElementTree. accept(RegexVisitor visitor)
void
CharacterClassIntersectionTree. accept(RegexVisitor visitor)
void
CharacterClassTree. accept(RegexVisitor visitor)
void
CharacterClassUnionTree. accept(RegexVisitor visitor)
void
CharacterRangeTree. accept(RegexVisitor visitor)
void
DisjunctionTree. accept(RegexVisitor visitor)
void
DotTree. accept(RegexVisitor visitor)
void
EscapedCharacterClassTree. accept(RegexVisitor visitor)
void
LookAroundTree. accept(RegexVisitor visitor)
void
MiscEscapeSequenceTree. accept(RegexVisitor visitor)
void
NonCapturingGroupTree. accept(RegexVisitor visitor)
void
PlainCharacterTree. accept(RegexVisitor visitor)
abstract void
RegexTree. accept(RegexVisitor visitor)
This method should only be called by RegexBaseVisitor (or other implementations of the RegexVisitor interface).void
RepetitionTree. accept(RegexVisitor visitor)
void
SequenceTree. accept(RegexVisitor visitor)
void
UnicodeCodePointTree. accept(RegexVisitor visitor)
-