com.sonar.sslr.api.flow
Class StopFlowExplorationSignal
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sonar.sslr.api.flow.ExecutionFlowSignal
com.sonar.sslr.api.flow.StopFlowExplorationSignal
- All Implemented Interfaces:
- Serializable
public class StopFlowExplorationSignal
- extends ExecutionFlowSignal
Must be used to stop visiting the execution flow. When this execution flow signal is thrown, the method stop() is executed on all
CobolExecutionFlowVisitor.
- See Also:
CobolExecutionFlowVisitor},
Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
StopFlowExplorationSignal
public StopFlowExplorationSignal()
Copyright © 2009-2014 SonarSource. All Rights Reserved.