Interface ReturnStatement

    • Method Detail

      • returnKeyword

        Token returnKeyword()
      • returnValueType

        @Beta
        default InferredType returnValueType()
        Infers the type of the returned value that would result from the execution of this return statement.