Class IdlAnonArray
- java.lang.Object
-
- org.apache.cxf.tools.corba.common.idltypes.IdlDefnImplBase
-
- org.apache.cxf.tools.corba.common.idltypes.IdlArrayBase
-
- org.apache.cxf.tools.corba.common.idltypes.IdlAnonArray
-
public final class IdlAnonArray extends IdlArrayBase
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IdlAnonArraycreate(IdlScopeBase parent, IdlType elem, int size)voidwrite(PrintWriter pw)-
Methods inherited from class org.apache.cxf.tools.corba.common.idltypes.IdlArrayBase
dimensions, getCircularScope, isEmptyDef, write
-
Methods inherited from class org.apache.cxf.tools.corba.common.idltypes.IdlDefnImplBase
definedIn, flush, fullName, fullName, isCircular, localName, name, scopeName, writeFwd
-
-
-
-
Method Detail
-
create
public static IdlAnonArray create(IdlScopeBase parent, IdlType elem, int size)
-
write
public void write(PrintWriter pw)
- Specified by:
writein interfaceIdlDefn- Overrides:
writein classIdlArrayBase
-
-