eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'SunRPC::XDRType::CompoundType':

Home

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

Class: CompoundType (private in XDRType

This class is only visible from within XDRType.

Inheritance:

   Object
   |
   +--SunRPC::XDRType
      |
      +--SunRPC::XDRType::CompoundType
         |
         +--SunRPC::XDRType::StructType
         |
         +--SunRPC::XDRType::UnionType

Package:
stx:goodies/communication
Category:
Net-Communication-SunRPC-XDR_IDL
Owner:
SunRPC::XDRType

Instance protocol:

accessing
o  fieldNamed: aFieldName ifAbsent: exceptionValue
return a fields type

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

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

printing
o  idlString: datum indent: indent
fields notNil ifTrue:[

usage example(s):

sF := sF ,  (fieldType idlString:datum indent:indent+4 fieldName:fieldName).

usage example(s):

sF := sF ,  (fieldType idlString:datum indent:indent+4 fieldName:fieldName).

queries
o  isIDLCompound

o  isXDRCompound
(comment from inherited method)
return true if this Type represents either a struct or a union

o  memberNames



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Thu, 28 Mar 2024 15:58:03 GMT