com.sonar.sslr.api.flow
Class StopPathExplorationSignal
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sonar.sslr.api.flow.ExecutionFlowSignal
com.sonar.sslr.api.flow.StopPathExplorationSignal
- All Implemented Interfaces:
- Serializable
public class StopPathExplorationSignal
- extends ExecutionFlowSignal
This signal must be used when the end of a path has been reached. For instance when encountering the return; statement with
java or the EXIT PROGRAM. statement with COBOL.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
StopPathExplorationSignal
public StopPathExplorationSignal()
Copyright © 2009-2014 SonarSource. All Rights Reserved.