Uses of Class
org.glassfish.rmic.iiop.ArrayType
-
Packages that use ArrayType Package Description org.glassfish.rmic.iiop -
-
Uses of ArrayType in org.glassfish.rmic.iiop
Methods in org.glassfish.rmic.iiop that return ArrayType Modifier and Type Method Description static ArrayType
ArrayType. forArray(Type theType, ContextStack stack)
Create an ArrayType object for the given type.Methods in org.glassfish.rmic.iiop with parameters of type ArrayType Modifier and Type Method Description protected void
IDLGenerator. writeForwardReference(ArrayType at, int dim, IndentingWriter p)
Write forward reference for boxed valuetype for single dimension of IDL sequence.Method parameters in org.glassfish.rmic.iiop with type arguments of type ArrayType Modifier and Type Method Description protected void
IDLGenerator. writeBoxedRMIIncludes(java.util.Hashtable<java.lang.String,ArrayType> arrHash, IndentingWriter p)
Write includes for boxedRMI valuetypes for IDL sequences.
-