=> KLASSENKOMPONENTENSELEKTOR für STATISCHE KOMPONENTEN (METHODEN ATTRIBUTE TYPEN)

Nicht die Klasse, sondern die Komponenten einer Klasse sind entweder instanziert oder statisch.

Im Deklarationsteil:

Instanzattribute:

DATA attr TYPE dtype [READ-ONLY].

Statisches Attribute:

CLASS-DATA attr TYPE dtype [READ-ONLY] .

Instanzmethode:

METHODS meth

[IMPORTING i: TYPE type ….]…

Statische Methode:

CLASS-METHODS meth

[IMPORTING i: TYPE type ….]…

Aufruf von statischen Komponenten:

=> Klassenkomponentenselektor