DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Rational R1000/400

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦71642d0e6⟧ Ada Source

    Length: 5120 (0x1400)
    Types: Ada Source
    Notes: 03_class, FILE, R1k_Segment, e3_tag, package Method, seg_0554e6

Derivation

└─⟦8527c1e9b⟧ Bits:30000544 8mm tape, Rational 1000, Arrival backup of disks in PAM's R1000
    └─ ⟦cfc2e13cd⟧ »Space Info Vol 2« 
        └─⟦this⟧ 

E3 Source Code



with Parametre;

use Parametre;  
with S_Generic_List;
with Liste_Parametre;
with Parametre_Defs;

package Method is  

    package Sub_List is new S_Generic_List
                               (Element => Parametre_Defs.Identificator);
    package Filt_List is new S_Generic_List
                                (Element => Parametre_Defs.Identificator);
    type Object is private;
    function Equal (Left : Parametre.Variable_String; Right : Object)
                   return Boolean;
    function Image (O : Object) return String;
    function Get_Method_Name (O : Object) return Variable_String;
    function Get_In_Parameter_Number (O : Object) return Natural;
    function Get_In_Parameter (O : Object) return Variable_String;
    function Get_Out_Parameter_Number (O : Object) return Natural;
    function Get_Out_Parameter (O : Object) return Variable_String;
    function Get_Subscripted_Object (O : Object)
                                    return Parametre.Variable_String;
    function Get_Sub_List (O : Object) return Sub_List.S_List;


    function Get_Filtration_Object (O : Object)
                                   return Parametre.Variable_String;
    procedure Init (O : out Object;
                    Name : Variable_String;  
                    In_Parameters : Liste_Parametre.List;  
                    Out_Parameters : Liste_Parametre.List);
    procedure Add_Subscripted_Object
                 (O : in out Object; The_Object : Parametre_Defs.Identificator);
    procedure Remove_Subscripted_Object
                 (O : in out Object; The_Object : Parametre_Defs.Identificator);
    function Is_Subscripted
                (O : in Object; Method : Parametre_Defs.Identificator)
                return Boolean;
    function Is_Filtration
                (O : in Object; Method : Parametre_Defs.Identificator)
                return Boolean;  
    procedure Add_Filtration_Object (O : in out Object;
                                     The_Object : Parametre_Defs.Identificator);
    procedure Remove_Filtration_Object
                 (O : in out Object; The_Object : Parametre_Defs.Identificator);
    procedure Free (O : in out Object);
    function Null_Method return Object;

private
    type Object is
        record
            Name : Variable_String;  
            In_Parameters : Liste_Parametre.List;  
            Out_Parameters : Liste_Parametre.List;
            Subscripted_Object : Sub_List.S_List;
            Filtration_Object : Filt_List.S_List;
        end record;  
end Method;

E3 Meta Data

    nblk1=4
    nid=3
    hdr6=6
        [0x00] rec0=19 rec1=00 rec2=01 rec3=062
        [0x01] rec0=15 rec1=00 rec2=02 rec3=018
        [0x02] rec0=10 rec1=00 rec2=04 rec3=000
        [0x03] rec0=90 rec1=00 rec2=5b rec3=71d
    tail 0x2175f5ef287bca008d6b9 0x42a00088462060003
Free Block Chain:
  0x3: 0000  00 00 02 68 80 3e 20 20 20 20 20 20 20 20 20 20  ┆   h >          ┆