Uses of Class
org.sonar.java.regex.ast.CharacterTree
-
Packages that use CharacterTree Package Description org.sonar.java.regex.ast -
-
Uses of CharacterTree in org.sonar.java.regex.ast
Methods in org.sonar.java.regex.ast that return CharacterTree Modifier and Type Method Description CharacterTree
CharacterRangeTree. getLowerBound()
CharacterTree
CharacterRangeTree. getUpperBound()
Methods in org.sonar.java.regex.ast with parameters of type CharacterTree Modifier and Type Method Description void
RegexBaseVisitor. visitCharacter(CharacterTree tree)
void
RegexVisitor. visitCharacter(CharacterTree tree)
Constructors in org.sonar.java.regex.ast with parameters of type CharacterTree Constructor Description CharacterRangeTree(RegexSource source, IndexRange range, CharacterTree lowerBound, CharacterTree upperBound, FlagSet activeFlags)
-