Class IdlStructBase
java.lang.Object
org.apache.cxf.tools.corba.common.idltypes.IdlDefnImplBase
org.apache.cxf.tools.corba.common.idltypes.IdlScopeBase
org.apache.cxf.tools.corba.common.idltypes.IdlStructBase
- Direct Known Subclasses:
IdlException,IdlStruct
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedIdlStructBase(IdlScopeBase parent, String name, String type) -
Method Summary
Modifier and TypeMethodDescriptiongetCircularScope(IdlScopeBase startScope, List<Object> doneDefn) booleanvoidwrite(PrintWriter pw) voidwriteFwd(PrintWriter pw) Methods inherited from class org.apache.cxf.tools.corba.common.idltypes.IdlScopeBase
addToScope, definitions, flush, holdForScope, lookup, lookup, lookup, lookup, lookup, lookup, parkHeld, promoteHeldToScopeMethods inherited from class org.apache.cxf.tools.corba.common.idltypes.IdlDefnImplBase
definedIn, fullName, fullName, isCircular, localName, name, scopeName, write
-
Constructor Details
-
IdlStructBase
-
-
Method Details
-
write
- Specified by:
writein interfaceIdlDefn- Overrides:
writein classIdlScopeBase
-
writeFwd
- Specified by:
writeFwdin interfaceIdlDefn- Overrides:
writeFwdin classIdlScopeBase
-
isEmptyDef
public boolean isEmptyDef()- Specified by:
isEmptyDefin interfaceIdlDefn- Overrides:
isEmptyDefin classIdlDefnImplBase
-
getCircularScope
- Specified by:
getCircularScopein interfaceIdlDefn- Overrides:
getCircularScopein classIdlScopeBase
-