Uses of Class
org.sonarsource.analyzer.commons.regex.ast.SourceCharacter
-
-
Uses of SourceCharacter in org.sonarsource.analyzer.commons.regex
Methods in org.sonarsource.analyzer.commons.regex that return SourceCharacter Modifier and Type Method Description SourceCharacterCharacterBuffer. get(int index)SourceCharacterCharacterParser. getCurrent()SourceCharacterRegexLexer. getCurrent()Methods in org.sonarsource.analyzer.commons.regex with parameters of type SourceCharacter Modifier and Type Method Description voidCharacterBuffer. add(SourceCharacter character)protected CharacterTreeRegexParser. characterTree(SourceCharacter character)protected GroupTreeRegexParser. finishGroup(boolean previousFreeSpacingMode, SourceCharacter openingParen, RegexParser.GroupConstructor groupConstructor)protected GroupTreeRegexParser. finishGroup(SourceCharacter openingParen, RegexParser.GroupConstructor groupConstructor)protected RegexTreeRegexParser. parseBoundary(SourceCharacter backslash)protected RegexTreeRegexParser. parseControlSequence(SourceCharacter backslash)protected RegexTreeRegexParser. parseEscapedCharacterClass(SourceCharacter backslash)protected RegexTreeRegexParser. parseEscapedProperty(SourceCharacter backslash)protected RegexTreeRegexParser. parseHexEscape(SourceCharacter backslash)protected RegexTreeRegexParser. parseNamedBackReference(SourceCharacter backslash)protected RegexTreeRegexParser. parseNamedBackReference(SourceCharacter backslash, char opener, char closer)protected RegexTreeRegexParser. parseNamedUnicodeCharacter(SourceCharacter backslash)protected GroupTreeRegexParser. parseNonCapturingGroup(SourceCharacter openingParen)protected RegexTreeRegexParser. parseNumericalBackReference(SourceCharacter backslash)Parses a numerical back reference greedily, taking as many numbers as it can.protected RegexTreeRegexParser. parseOctalEscape(SourceCharacter backslash)protected RegexTreeRegexParser. parseUnicodeEscape(SourceCharacter backslash) -
Uses of SourceCharacter in org.sonarsource.analyzer.commons.regex.ast
Methods in org.sonarsource.analyzer.commons.regex.ast that return SourceCharacter Modifier and Type Method Description SourceCharacterFlagSet. getJavaCharacterForFlag(int flag)Returns the character inside the regex that was used to add the given flag to this set.SourceCharacterCharacterClassTree. getOpeningBracket()SourceCharacterConditionalSubpatternTree. getPipe()Methods in org.sonarsource.analyzer.commons.regex.ast that return types with arguments of type SourceCharacter Modifier and Type Method Description List<SourceCharacter>DisjunctionTree. getOrOperators()Methods in org.sonarsource.analyzer.commons.regex.ast with parameters of type SourceCharacter Modifier and Type Method Description voidFlagSet. add(int flag, SourceCharacter character) -
Uses of SourceCharacter in org.sonarsource.analyzer.commons.regex.java
Methods in org.sonarsource.analyzer.commons.regex.java that return SourceCharacter Modifier and Type Method Description SourceCharacterJavaCharacterParser. getCurrent()SourceCharacterJavaUnicodeEscapeParser. getCurrent() -
Uses of SourceCharacter in org.sonarsource.analyzer.commons.regex.php
Methods in org.sonarsource.analyzer.commons.regex.php that return SourceCharacter Modifier and Type Method Description SourceCharacterPhpStringCharacterParser. getCurrent()
-