Package org.sonar.java.regex.ast
Class ActiveFlagsState
- java.lang.Object
-
- org.sonar.java.regex.ast.ActiveFlagsState
-
- All Implemented Interfaces:
AutomatonState
- Direct Known Subclasses:
BranchState
,EndOfCapturingGroupState
,EndOfLookaroundState
,FinalState
,NegationState
,StartOfLookBehindState
,StartState
public abstract class ActiveFlagsState extends Object implements AutomatonState
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.sonar.java.regex.ast.AutomatonState
AutomatonState.TransitionType
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ActiveFlagsState(FlagSet activeFlags)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FlagSet
activeFlags()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.sonar.java.regex.ast.AutomatonState
continuation, incomingTransitionType, successors
-
-
-
-
Constructor Detail
-
ActiveFlagsState
protected ActiveFlagsState(FlagSet activeFlags)
-
-
Method Detail
-
activeFlags
@Nonnull public FlagSet activeFlags()
- Specified by:
activeFlags
in interfaceAutomatonState
-
-