Package org.sonar.java.regex.ast
Class StartOfLookBehindState
- java.lang.Object
-
- org.sonar.java.regex.ast.ActiveFlagsState
-
- org.sonar.java.regex.ast.StartOfLookBehindState
-
- All Implemented Interfaces:
AutomatonState
public class StartOfLookBehindState extends ActiveFlagsState
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.sonar.java.regex.ast.AutomatonState
AutomatonState.TransitionType
-
-
Constructor Summary
Constructors Constructor Description StartOfLookBehindState(AutomatonState content, FlagSet activeFlags)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AutomatonState
continuation()
This will only return null when called on the end-of-regex stateAutomatonState.TransitionType
incomingTransitionType()
-
Methods inherited from class org.sonar.java.regex.ast.ActiveFlagsState
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
successors
-
-
-
-
Constructor Detail
-
StartOfLookBehindState
public StartOfLookBehindState(AutomatonState content, FlagSet activeFlags)
-
-
Method Detail
-
continuation
@Nonnull public AutomatonState continuation()
Description copied from interface:AutomatonState
This will only return null when called on the end-of-regex state
-
incomingTransitionType
@Nonnull public AutomatonState.TransitionType incomingTransitionType()
-
-