eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'MethodNode':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: MethodNode


Inheritance:

   Object
   |
   +--ParseNode
      |
      +--MethodNode

Package:
stx:libcomp
Category:
System-Compiler ST-80-compatibility
Version:
rev: 1.17 date: 2021/01/20 14:34:18
user: cg
file: MethodNode.st directory: libcomp
module: stx stc-classLibrary: libcomp

Description:


This is a pure mimicri class.
It is not used by ST/X, but provided to support limited
compatibility for applications which build up codetrees,
knowing internals of ST-80's compiler class hierarchy.
This classes protocol is not (not meant to be) fully covering
the corresponding ST-80's classes protocol. It maps ST-80 messages
to corresponding ST/X messages (as far as possible).

NO WARRANTY and GUARANTEE; this class may be removed without notice.

copyright

COPYRIGHT (c) 1995 by Claus Gittinger All Rights Reserved This software is furnished under a license and may be used only in accordance with the terms of that license and with the inclusion of the above copyright notice. This software may not be provided or otherwise made available to, or used by, any other person. No title to or ownership of the software is hereby transferred.

Instance protocol:

accessing
o  arguments

o  arguments: something

o  arguments: argVars locals: localVars statements: stats

o  encoder

o  encoder: something

o  locals

o  selector

o  selector: sel

o  selector: sel arguments: argVars locals: localVars statements: stats

o  statementCollection
returns an orderedColl for my linked statement list

o  statements

o  statements: something

code generation
o  codeForSideEffectOn: aStream inBlock: b for: aCompiler
(comment from inherited method)
generate code for this statement - value not needed

o  emitEffect: aStream

enumerating
o  childrenDo: aBlock

printing
o  printOn: aStream indent: i
(comment from inherited method)
append a user printed representation of the receiver to aStream.
The format is suitable for a human - not meant to be read back.

testing
o  isMethodNode



ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Sat, 27 Jul 2024 03:34:38 GMT