Lines Matching defs:is

5  * This code is free software; you can redistribute it and/or modify it
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
36 * An <code>Any</code> object is used as a component of a
38 * arguments or return values in requests, and which is used to define
50 * second field of the <code>TypeCode</code> object is itself a
76 * <LI> the type of the element contained in the <code>Any</code> object is not
78 * <LI> the method <code>extract_X</code> is called before
125 * value if there is one. The method
126 * is provided primarily so that the type may be set properly for
128 * is done by the <code>insert_X</code> methods, which will set the type
129 * to X if it is not already set to X.
144 * @param is the <code>org.omg.CORBA.portable.InputStream</code>
151 * @exception MARSHAL when the given <code>TypeCode</code> object is
155 abstract public void read_value(InputStream is, TypeCode t)
165 * If this method is called on an <code>Any</code> object that has not
393 * @exception DATA_CONVERSION if there is a data conversion
508 * @param t the <code>TypeCode</code> object that is to be inserted into
523 * @param t the <code>TypeCode</code> object that is to be inserted into
526 * @exception BAD_OPERATION if this method is invalid for this
550 * @exception DATA_CONVERSION if there is a data conversion error
708 * @param type the <code>TypeCode</code> object that is to be inserted into
712 * @throws org.omg.CORBA.BAD_INV_ORDER if this method is invoked improperly