Uses of Class
org.sonar.java.regex.ast.FlagSet
-
Packages that use FlagSet Package Description org.sonar.java.model org.sonar.java.regex org.sonar.java.regex.ast -
-
Uses of FlagSet in org.sonar.java.model
Methods in org.sonar.java.model with parameters of type FlagSet Modifier and Type Method Description RegexParseResultDefaultJavaFileScannerContext. regexForLiterals(FlagSet initialFlags, LiteralTree... stringLiterals) -
Uses of FlagSet in org.sonar.java.regex
Methods in org.sonar.java.regex that return FlagSet Modifier and Type Method Description FlagSetRegexParseResult. getInitialFlags()Methods in org.sonar.java.regex with parameters of type FlagSet Modifier and Type Method Description RegexParseResultRegexCache. getRegexForLiterals(FlagSet initialFlags, LiteralTree... stringLiterals)RegexParseResultRegexScannerContext. regexForLiterals(FlagSet initialFlags, LiteralTree... stringLiterals)Constructors in org.sonar.java.regex with parameters of type FlagSet Constructor Description RegexParser(RegexSource source, FlagSet initialFlags) -
Uses of FlagSet in org.sonar.java.regex.ast
Methods in org.sonar.java.regex.ast that return FlagSet Modifier and Type Method Description FlagSetActiveFlagsState. activeFlags()FlagSetAutomatonState. activeFlags()FlagSetCharacterClassElementTree. activeFlags()FlagSetCharacterClassIntersectionTree. activeFlags()FlagSetCharacterClassUnionTree. activeFlags()FlagSetCharacterRangeTree. activeFlags()FlagSetRegexTree. activeFlags()FlagSetNonCapturingGroupTree. getDisabledFlags()FlagSetNonCapturingGroupTree. getEnabledFlags()Methods in org.sonar.java.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)
-