|
Class: CompoundType (private in XDRType
This class is only visible from within
XDRType.
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
accessing
-
fieldNamed: aFieldName ifAbsent: exceptionValue
-
return a fields type
-
fields
-
return the value of the instance variable 'fields' (automatically generated)
-
fields: something
-
set the value of the instance variable 'fields' (automatically generated)
printing
-
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
-
isIDLCompound
-
-
isXDRCompound
-
(comment from inherited method)
return true if this Type represents either a struct or a union
-
memberNames
-
|