org.apache.cxf.tools.corba.common.idltypes
Interface IdlDefn
- All Known Subinterfaces:
- IdlType
- All Known Implementing Classes:
- IdlAnonArray, IdlAnonFixed, IdlAnonSequence, IdlArray, IdlArrayBase, IdlAttribute, IdlConst, IdlDefnImplBase, IdlEnum, IdlEnumerator, IdlException, IdlField, IdlFixed, IdlFixedBase, IdlInterface, IdlModule, IdlOperation, IdlParam, IdlPrimitive, IdlRoot, IdlScopeBase, IdlSequence, IdlSequenceBase, IdlString, IdlStruct, IdlStructBase, IdlTypedef, IdlUnion, IdlUnionBranch, IdlWString
public interface IdlDefn
definedIn
IdlScopeBase definedIn()
localName
java.lang.String localName()
name
IdlScopedName name()
fullName
java.lang.String fullName()
scopeName
IdlScopedName scopeName()
fullName
java.lang.String fullName(IdlScopedName relativeTo)
write
void write(java.io.PrintWriter pw)
writeFwd
void writeFwd(java.io.PrintWriter pw)
write
void write(java.io.PrintWriter pw,
java.lang.String name)
isEmptyDef
boolean isEmptyDef()
isCircular
boolean isCircular()
flush
void flush()
getCircularScope
IdlScopeBase getCircularScope(IdlScopeBase startScope,
java.util.List<java.lang.Object> doneDefn)
Apache CXF