Lines Matching refs:sequence
55 sequence<XIdlClass> getClasses();
101 sequence of <type>XIdlClass</type> reflect the base interfaces.
104 not derived from another, then an empty sequence is returned.
107 all base interfaces of an interface type or an empty sequence.
109 sequence<XIdlClass> getSuperclasses();
114 sequence<XIdlClass> getInterfaces();
116 /** If the reflected type is an array or sequence, then this method
122 sequence type (null-reference otherwise).
142 get a sequence of <type>XIdlField</type> interfaces reflecting all fields
148 then an empty sequence is returned.
151 all field (/interface attribute) reflections (or empty sequence)
153 sequence<XIdlField> getFields();
170 a sequence of <type>XIdlMethod</type> interfaces reflecting all methods
177 all method reflections (or empty sequence)
179 sequence<XIdlMethod> getMethods();