|
Class: XDRItem (in SunRPC)
Object
|
+--SunRPC::XDRItem
|
+--SunRPC::XDRProcedure
|
+--SunRPC::XDRProgram
|
+--SunRPC::XDRProgramVersion
- Package:
- stx:goodies/communication
- Category:
- Net-Communication-SunRPC-XDR_IDL
- Version:
- rev:
1.12
date: 2021/01/20 13:16:22
- user: cg
- file: SunRPC_XDRItem.st directory: goodies/communication
- module: stx stc-classLibrary: communication
helper entity for the XDR-IDL parser
copyrightCOPYRIGHT (c) 2002 by eXept Software AG
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.
accessing
-
name
-
return the value of the instance variable 'name' (automatically generated)
-
name: something
-
set the value of the instance variable 'name' (automatically generated)
-
number
-
return the value of the instance variable 'number' (automatically generated)
-
number: something
-
set the value of the instance variable 'number' (automatically generated)
printing
-
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
-
isProgram
-
|