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 RegexParseResult
DefaultJavaFileScannerContext. 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 FlagSet
RegexParseResult. getInitialFlags()
Methods in org.sonar.java.regex with parameters of type FlagSet Modifier and Type Method Description RegexParseResult
RegexCache. getRegexForLiterals(FlagSet initialFlags, LiteralTree... stringLiterals)
RegexParseResult
RegexScannerContext. regexForLiterals(FlagSet initialFlags, LiteralTree... stringLiterals)
Constructors in org.sonar.java.regex with parameters of type FlagSet Constructor Description RegexParser(RegexSource source, FlagSet initialFlags)
RegexParseResult(RegexTree result, FlagSet initialFlags, List<SyntaxError> syntaxErrors, boolean containsComments)
-
Uses of FlagSet in org.sonar.java.regex.ast
Methods in org.sonar.java.regex.ast that return FlagSet Modifier and Type Method Description FlagSet
NonCapturingGroupTree. getDisabledFlags()
FlagSet
NonCapturingGroupTree. getEnabledFlags()
Methods in org.sonar.java.regex.ast with parameters of type FlagSet Modifier and Type Method Description void
FlagSet. addAll(FlagSet other)
void
FlagSet. removeAll(FlagSet other)
Constructors in org.sonar.java.regex.ast with parameters of type FlagSet Constructor Description FlagSet(FlagSet other)
NonCapturingGroupTree(RegexSource source, IndexRange range, FlagSet enabledFlags, FlagSet disabledFlags, RegexTree element)
-