eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'SunRPC::XDRItem':

Home

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

Class: XDRItem (in SunRPC)


Inheritance:

   Object
   |
   +--SunRPC::XDRItem
      |
      +--SunRPC::XDRProcedure
      |
      +--SunRPC::XDRProgram
      |
      +--SunRPC::XDRProgramVersion

Package:
stx:goodies/communication
Category:
Net-Communication-SunRPC-XDR_IDL
Version:
rev: 1.11 date: 2019/06/28 07:19:50
user: cg
file: SunRPC_XDRItem.st directory: goodies/communication
module: stx stc-classLibrary: communication
Author:
Claus Gittinger

Description:


helper entity for the XDR-IDL parser


Instance protocol:

accessing
o  name
return the value of the instance variable 'name' (automatically generated)

o  name: something
set the value of the instance variable 'name' (automatically generated)

o  number
return the value of the instance variable 'number' (automatically generated)

o  number: something
set the value of the instance variable 'number' (automatically generated)

printing
o  displayString
(comment from inherited method)
return a string used when displaying the receiver in a view;
for example an Inspector. This is usually the same as printString,
but sometimes redefined for a better look.

Notice: displayString and displayOn: are for developers, debugging and inspectors,
whereas printString and printOn: are for the program to print data.

Note: the base method (used by the inspector) is #displayOn:.
So you should implement #displayOn: instead of #displayString in subclasses.

queries
o  isProgram



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Thu, 25 Apr 2024 05:52:24 GMT