Uses of Class
org.sonarsource.analyzer.commons.regex.ast.FlagSet
-
Packages that use FlagSet Package Description org.sonarsource.analyzer.commons.regex org.sonarsource.analyzer.commons.regex.ast org.sonarsource.analyzer.commons.regex.php -
-
Uses of FlagSet in org.sonarsource.analyzer.commons.regex
Fields in org.sonarsource.analyzer.commons.regex declared as FlagSet Modifier and Type Field Description protected FlagSetRegexParser. activeFlagsMethods in org.sonarsource.analyzer.commons.regex that return FlagSet Modifier and Type Method Description FlagSetRegexParseResult. getInitialFlags()protected FlagSetRegexParser. parseFlags()Methods in org.sonarsource.analyzer.commons.regex with parameters of type FlagSet 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 FlagSet Constructor Description RegexParser(RegexSource source, FlagSet initialFlags) -
Uses of FlagSet in org.sonarsource.analyzer.commons.regex.ast
Methods in org.sonarsource.analyzer.commons.regex.ast that return FlagSet Modifier and Type Method Description FlagSetActiveFlagsState. activeFlags()FlagSetAutomatonState. activeFlags()FlagSetCharacterClassElementTree. activeFlags()FlagSetCharacterClassIntersectionTree. activeFlags()FlagSetCharacterClassUnionTree. activeFlags()FlagSetCharacterRangeTree. activeFlags()FlagSetEndOfRepetitionState. activeFlags()FlagSetPosixCharacterClassElementTree. activeFlags()FlagSetRegexTree. activeFlags()FlagSetNonCapturingGroupTree. getDisabledFlags()FlagSetNonCapturingGroupTree. getEnabledFlags()Methods in org.sonarsource.analyzer.commons.regex.ast with parameters of type FlagSet Modifier and Type Method Description voidFlagSet. addAll(FlagSet other)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)voidFlagSet. removeAll(FlagSet other) -
Uses of FlagSet in org.sonarsource.analyzer.commons.regex.php
Methods in org.sonarsource.analyzer.commons.regex.php that return FlagSet Modifier and Type Method Description static FlagSetPhpRegexFlags. parseFlags(String flags)
-