Class Return

  • All Implemented Interfaces:
    java.io.Serializable

    public class Return
    extends Step
    See Also:
    Serialized Form
    • Field Detail

      • return_type

        protected int return_type
    • Constructor Detail

      • Return

        public Return​(int type)
        See ScriptEnvironment.FLOW_CONTROL_* for the type constants
    • Method Detail

      • toString

        public java.lang.String toString​(java.lang.String prefix)
        Description copied from class: Step
        returns a string representation of this atomic step
        Overrides:
        toString in class Step