home
wiki
classes/clusters list
class information
+
Point of view
ACE
ANY
LOCAL_VAR_LIST
FORMAL_ARG_LIST
DECLARATION
DECLARATION_LIST
NATIVE_JAVA
VISITOR
SYSTEM_TOOLS
SMART_EIFFEL
COMPILE
SE
ACE
INSTALL
INTERNALS_HANDLER
All features
deferred class DECLARATION
Summary
top
To store the syntax of the user in a declaration list, a single declaration is a
DECLARATION_1
and a group of variables with the the same type is a
DECLARATION_GROUP
.
Direct parents
inherit list:
VISITABLE
insert list:
GLOBALS
Known children
inherit list:
DECLARATION_1
,
DECLARATION_GROUP
Overview
top
exported features
pretty_in
(buffer:
STRING
)
short
(type:
TYPE
)
accept
(visitor:
VISITOR
)
Accept to be visited by the
visitor
.
is_launcher
:
BOOLEAN
If True, the clusters list will not be retrieved (it means that the tool is only used to start other tools; it does not load classes itself)
pretty_in
(buffer:
STRING
)
deferred procedure
top
require
buffer /= Void
short
(type:
TYPE
)
deferred procedure
top
accept
(visitor:
VISITOR
)
deferred procedure
top
Accept to be visited by the
visitor
.
require
visitor /= Void
is_launcher
:
BOOLEAN
effective function
top
If True, the clusters list will not be retrieved (it means that the tool is only used to start other tools; it does not load classes itself)