Uses of Interface
org.sonarsource.analyzer.commons.regex.CharacterParser
-
Packages that use CharacterParser Package Description org.sonarsource.analyzer.commons.regex org.sonarsource.analyzer.commons.regex.java org.sonarsource.analyzer.commons.regex.php -
-
Uses of CharacterParser in org.sonarsource.analyzer.commons.regex
Methods in org.sonarsource.analyzer.commons.regex that return CharacterParser Modifier and Type Method Description abstract CharacterParserRegexSource. createCharacterParser()Constructors in org.sonarsource.analyzer.commons.regex with parameters of type CharacterParser Constructor Description RegexLexer(RegexSource source, CharacterParser characters) -
Uses of CharacterParser in org.sonarsource.analyzer.commons.regex.java
Classes in org.sonarsource.analyzer.commons.regex.java that implement CharacterParser Modifier and Type Class Description classJavaCharacterParserParse the contents of string literals and provide the individual characters of the string after processing escape sequencesMethods in org.sonarsource.analyzer.commons.regex.java that return CharacterParser Modifier and Type Method Description CharacterParserJavaRegexSource. createCharacterParser() -
Uses of CharacterParser in org.sonarsource.analyzer.commons.regex.php
Classes in org.sonarsource.analyzer.commons.regex.php that implement CharacterParser Modifier and Type Class Description classPhpStringCharacterParserMethods in org.sonarsource.analyzer.commons.regex.php that return CharacterParser Modifier and Type Method Description CharacterParserPhpRegexSource. createCharacterParser()static CharacterParserPhpStringCharacterParser. forDoubleQuotedString(RegexSource source)static CharacterParserPhpStringCharacterParser. forSingleQuotedString(RegexSource source)
-