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
public abstract class IdlStructBase extends IdlScopeBase implements IdlType
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedIdlStructBase(IdlScopeBase parent, String name, String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IdlScopeBasegetCircularScope(IdlScopeBase startScope, List<Object> doneDefn)booleanisEmptyDef()voidwrite(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, promoteHeldToScope
-
Methods inherited from class org.apache.cxf.tools.corba.common.idltypes.IdlDefnImplBase
definedIn, fullName, fullName, isCircular, localName, name, scopeName, write
-
-
-
-
Constructor Detail
-
IdlStructBase
protected IdlStructBase(IdlScopeBase parent, String name, String type)
-
-
Method Detail
-
write
public void write(PrintWriter pw)
- Specified by:
writein interfaceIdlDefn- Overrides:
writein classIdlScopeBase
-
writeFwd
public void writeFwd(PrintWriter pw)
- Specified by:
writeFwdin interfaceIdlDefn- Overrides:
writeFwdin classIdlScopeBase
-
isEmptyDef
public boolean isEmptyDef()
- Specified by:
isEmptyDefin interfaceIdlDefn- Overrides:
isEmptyDefin classIdlDefnImplBase
-
getCircularScope
public IdlScopeBase getCircularScope(IdlScopeBase startScope, List<Object> doneDefn)
- Specified by:
getCircularScopein interfaceIdlDefn- Overrides:
getCircularScopein classIdlScopeBase
-
-