Package org.openl.rules.tbasic.runtime
Class OpenLAlgorithmGoToMainSignal
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.openl.binding.impl.ControlSignal
-
- org.openl.rules.tbasic.runtime.OpenLAlgorithmGoToMainSignal
-
- All Implemented Interfaces:
Serializable
public class OpenLAlgorithmGoToMainSignal extends ControlSignal
Signal is used when executed GOTO operation from subroutine to main.- Author:
- User
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OpenLAlgorithmGoToMainSignal(String label)Create an instance ofOpenLAlgorithmGoToMainSignalinitialized with label to jump.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLabel()-
Methods inherited from class org.openl.binding.impl.ControlSignal
fillInStackTrace
-
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-