Class EndOfRepetitionState
- java.lang.Object
-
- org.sonarsource.analyzer.commons.regex.ast.EndOfRepetitionState
-
- All Implemented Interfaces:
AutomatonState
public class EndOfRepetitionState extends Object implements AutomatonState
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.sonarsource.analyzer.commons.regex.ast.AutomatonState
AutomatonState.TransitionType
-
-
Constructor Summary
Constructors Constructor Description EndOfRepetitionState(RepetitionTree parent, AutomatonState continuation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FlagSetactiveFlags()AutomatonStatecontinuation()This will only return null when called on the end-of-regex stateAutomatonState.TransitionTypeincomingTransitionType()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.sonarsource.analyzer.commons.regex.ast.AutomatonState
successors, toRegexTree
-
-
-
-
Constructor Detail
-
EndOfRepetitionState
public EndOfRepetitionState(RepetitionTree parent, AutomatonState continuation)
-
-
Method Detail
-
activeFlags
@Nonnull public FlagSet activeFlags()
- Specified by:
activeFlagsin interfaceAutomatonState
-
continuation
@CheckForNull public AutomatonState continuation()
Description copied from interface:AutomatonStateThis will only return null when called on the end-of-regex state- Specified by:
continuationin interfaceAutomatonState
-
incomingTransitionType
@Nonnull public AutomatonState.TransitionType incomingTransitionType()
- Specified by:
incomingTransitionTypein interfaceAutomatonState
-
-