Uses of Class
org.apache.cxf.tools.corba.common.idltypes.IdlScopeBase
-
Packages that use IdlScopeBase Package Description org.apache.cxf.tools.corba.common.idltypes -
-
Uses of IdlScopeBase in org.apache.cxf.tools.corba.common.idltypes
Subclasses of IdlScopeBase in org.apache.cxf.tools.corba.common.idltypes Modifier and Type Class Description classIdlEnumclassIdlExceptionclassIdlInterfaceclassIdlModuleclassIdlOperationclassIdlRootclassIdlStructclassIdlStructBaseclassIdlUnionMethods in org.apache.cxf.tools.corba.common.idltypes with parameters of type IdlScopeBase Modifier and Type Method Description static IdlAnonArrayIdlAnonArray. create(IdlScopeBase parent, IdlType elem, int size)static IdlAnonFixedIdlAnonFixed. create(IdlScopeBase parent, int digits, int scale)static IdlAnonSequenceIdlAnonSequence. create(IdlScopeBase parent, IdlType elem)static IdlAnonSequenceIdlAnonSequence. create(IdlScopeBase parent, IdlType elem, int bound)static IdlArrayIdlArray. create(IdlScopeBase parent, String name, IdlType elem, int size)static IdlAttributeIdlAttribute. create(IdlScopeBase parent, String name, IdlType type, boolean readonly)static IdlConstIdlConst. create(IdlScopeBase parent, String name, IdlType base, String value)static IdlEnumIdlEnum. create(IdlScopeBase parent, String name)static IdlEnumeratorIdlEnumerator. create(IdlScopeBase parent, String name)static IdlExceptionIdlException. create(IdlScopeBase parent, String name)static IdlFieldIdlField. create(IdlScopeBase parent, String name, IdlType type)static IdlFixedIdlFixed. create(IdlScopeBase parent, String name, int digits, int scale)static IdlInterfaceIdlInterface. create(IdlScopeBase parent, String name)static IdlModuleIdlModule. create(IdlScopeBase parent, String name)static IdlOperationIdlOperation. create(IdlScopeBase parent, String name, boolean isOneway)static IdlPrimitiveIdlPrimitive. create(IdlScopeBase parent, short type)static IdlSequenceIdlSequence. create(IdlScopeBase parent, String name, IdlType elem)static IdlSequenceIdlSequence. create(IdlScopeBase parent, String name, IdlType elem, int bound)static IdlStructIdlStruct. create(IdlScopeBase parent, String name)static IdlTypedefIdlTypedef. create(IdlScopeBase parent, String name, IdlType base)static IdlUnionIdlUnion. create(IdlScopeBase parent, String name, IdlType discriminator)IdlScopeBaseIdlArrayBase. getCircularScope(IdlScopeBase startScope, List<Object> doneDefn)IdlScopeBaseIdlDefn. getCircularScope(IdlScopeBase startScope, List<Object> doneDefn)IdlScopeBaseIdlDefnImplBase. getCircularScope(IdlScopeBase startScope, List<Object> doneDefn)IdlScopeBaseIdlField. getCircularScope(IdlScopeBase startScope, List<Object> doneDefn)IdlScopeBaseIdlParam. getCircularScope(IdlScopeBase startScope, List<Object> doneDefn)IdlScopeBaseIdlScopeBase. getCircularScope(IdlScopeBase startScope, List<Object> doneDefn)IdlScopeBaseIdlSequenceBase. getCircularScope(IdlScopeBase startScope, List<Object> doneDefn)IdlScopeBaseIdlStructBase. getCircularScope(IdlScopeBase startScope, List<Object> doneDefn)IdlScopeBaseIdlUnion. getCircularScope(IdlScopeBase startScope, List<Object> doneDefn)Constructors in org.apache.cxf.tools.corba.common.idltypes with parameters of type IdlScopeBase Constructor Description IdlArrayBase(IdlScopeBase parent, String name, IdlType elem, int length)IdlField(IdlScopeBase parent, String name, IdlType idlType)IdlFixedBase(IdlScopeBase parent, String name, int numbers, int scaleSize)IdlScopeBase(IdlScopeBase parent, String name)IdlSequenceBase(IdlScopeBase parent, String name, IdlType elem, int boundValue)IdlStructBase(IdlScopeBase parent, String name, String type)
-