Uses of Class
org.sonarsource.analyzer.commons.regex.RegexSource
-
-
Uses of RegexSource in org.sonarsource.analyzer.commons.regex
Fields in org.sonarsource.analyzer.commons.regex declared as RegexSource Modifier and Type Field Description protected RegexSourceRegexParser. sourceMethods in org.sonarsource.analyzer.commons.regex with parameters of type RegexSource Modifier and Type Method Description ReferenceConditionTreeRegexParser. conditionGroupReference(RegexSource source, IndexRange range, CharacterTree plus, RegexTree inner, FlagSet activeFlags)Constructors in org.sonarsource.analyzer.commons.regex with parameters of type RegexSource Constructor Description RegexLexer(RegexSource source, CharacterParser characters)RegexParser(RegexSource source, FlagSet initialFlags) -
Uses of RegexSource in org.sonarsource.analyzer.commons.regex.ast
Methods in org.sonarsource.analyzer.commons.regex.ast that return RegexSource Modifier and Type Method Description RegexSourceAbstractRegexSyntaxElement. getSource()RegexSourceRegexSyntaxElement. getSource()Methods in org.sonarsource.analyzer.commons.regex.ast with parameters of type RegexSource Modifier and Type Method Description static LookAroundTreeLookAroundTree. negativeLookAhead(RegexSource source, IndexRange range, RegexTree element, FlagSet activeFlags)static LookAroundTreeLookAroundTree. negativeLookBehind(RegexSource source, IndexRange range, RegexTree element, FlagSet activeFlags)static LookAroundTreeLookAroundTree. positiveLookAhead(RegexSource source, IndexRange range, RegexTree element, FlagSet activeFlags)static LookAroundTreeLookAroundTree. positiveLookBehind(RegexSource source, IndexRange range, RegexTree element, FlagSet activeFlags) -
Uses of RegexSource in org.sonarsource.analyzer.commons.regex.java
Subclasses of RegexSource in org.sonarsource.analyzer.commons.regex.java Modifier and Type Class Description classJavaRegexSourceConstructors in org.sonarsource.analyzer.commons.regex.java with parameters of type RegexSource Constructor Description JavaCharacterParser(RegexSource source)JavaUnicodeEscapeParser(RegexSource source) -
Uses of RegexSource in org.sonarsource.analyzer.commons.regex.php
Subclasses of RegexSource in org.sonarsource.analyzer.commons.regex.php Modifier and Type Class Description classPhpRegexSourceFields in org.sonarsource.analyzer.commons.regex.php declared as RegexSource Modifier and Type Field Description protected RegexSourcePhpStringCharacterParser. sourceMethods in org.sonarsource.analyzer.commons.regex.php with parameters of type RegexSource Modifier and Type Method Description static CharacterParserPhpStringCharacterParser. forDoubleQuotedString(RegexSource source)static CharacterParserPhpStringCharacterParser. forSingleQuotedString(RegexSource source) -
Uses of RegexSource in org.sonarsource.analyzer.commons.regex.python
Subclasses of RegexSource in org.sonarsource.analyzer.commons.regex.python Modifier and Type Class Description classPythonRegexSource
-