@ParametersAreNonnullByDefault
Package org.sonar.java.regex.ast
-
Interface Summary Interface Description AutomatonState CharacterClassElementTree RegexSyntaxElement RegexVisitor -
Class Summary Class Description AbstractRegexSyntaxElement ActiveFlagsState AtomicGroupTree BackReferenceTree BoundaryTree BranchState CapturingGroupTree CharacterClassIntersectionTree CharacterClassTree CharacterClassUnionTree CharacterRangeTree CharacterTree CurlyBraceQuantifier DisjunctionTree DotTree EndOfCapturingGroupState EndOfLookaroundState EndOfRepetitionState EscapedCharacterClassTree FinalState FlagSet GroupTree IndexRange LookAroundTree MiscEscapeSequenceTree This class represents escape sequences inside regular expression that we don't particularly care about.NegationState NonCapturingGroupTree OpeningQuote This class should only be instantiated by RegexParseResult.openingQuote() and only used when using the opening quote of a regex as an issue location.Quantifier RegexBaseVisitor RegexToken RegexTree RepetitionTree SequenceTree SimpleQuantifier SourceCharacter StartOfLookBehindState StartState