org.apache.cxf.tools.corba.common.idltypes
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
- All Implemented Interfaces:
- IdlDefn, IdlType
- Direct Known Subclasses:
- IdlException, IdlStruct
public abstract class IdlStructBase
- extends IdlScopeBase
- implements IdlType
| 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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IdlStructBase
protected IdlStructBase(IdlScopeBase parent,
String name,
String type)
write
public void write(PrintWriter pw)
- Specified by:
write in interface IdlDefn- Overrides:
write in class IdlScopeBase
writeFwd
public void writeFwd(PrintWriter pw)
- Specified by:
writeFwd in interface IdlDefn- Overrides:
writeFwd in class IdlScopeBase
isEmptyDef
public boolean isEmptyDef()
- Specified by:
isEmptyDef in interface IdlDefn- Overrides:
isEmptyDef in class IdlDefnImplBase
getCircularScope
public IdlScopeBase getCircularScope(IdlScopeBase startScope,
List<Object> doneDefn)
- Specified by:
getCircularScope in interface IdlDefn- Overrides:
getCircularScope in class IdlScopeBase
Apache CXF