Uses of Class
org.sonar.java.regex.ast.RegexSource
-
Packages that use RegexSource Package Description org.sonar.java.regex org.sonar.java.regex.ast -
-
Uses of RegexSource in org.sonar.java.regex
Constructors in org.sonar.java.regex with parameters of type RegexSource Constructor Description JavaCharacterParser(RegexSource source)
JavaUnicodeEscapeParser(RegexSource source)
RegexLexer(RegexSource source)
RegexParser(RegexSource source, FlagSet initialFlags)
-
Uses of RegexSource in org.sonar.java.regex.ast
Methods in org.sonar.java.regex.ast that return RegexSource Modifier and Type Method Description RegexSource
AbstractRegexSyntaxElement. getSource()
RegexSource
RegexSyntaxElement. getSource()
Methods in org.sonar.java.regex.ast with parameters of type RegexSource Modifier and Type Method Description static LookAroundTree
LookAroundTree. negativeLookAhead(RegexSource source, IndexRange range, RegexTree element, FlagSet activeFlags)
static LookAroundTree
LookAroundTree. negativeLookBehind(RegexSource source, IndexRange range, RegexTree element, FlagSet activeFlags)
static LookAroundTree
LookAroundTree. positiveLookAhead(RegexSource source, IndexRange range, RegexTree element, FlagSet activeFlags)
static LookAroundTree
LookAroundTree. positiveLookBehind(RegexSource source, IndexRange range, RegexTree element, FlagSet activeFlags)
-