home
wiki
classes/clusters list
class information
+
Point of view
COMPILE
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
.
set_launcher
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
set_launcher
effective procedure
top