Apache CXF API

org.apache.cxf.tools.corba.common.idltypes
Class IdlRoot

java.lang.Object
  extended by org.apache.cxf.tools.corba.common.idltypes.IdlDefnImplBase
      extended by org.apache.cxf.tools.corba.common.idltypes.IdlScopeBase
          extended by org.apache.cxf.tools.corba.common.idltypes.IdlRoot
All Implemented Interfaces:
IdlDefn

public final class IdlRoot
extends IdlScopeBase


Method Summary
 void addInclude(String includefile)
           
static IdlRoot create()
           
 IdlDefn lookup(String nm)
           
 IdlDefn lookup(String nm, boolean undefined)
           
 void write(PrintWriter pw)
           
 
Methods inherited from class org.apache.cxf.tools.corba.common.idltypes.IdlScopeBase
addToScope, definitions, flush, getCircularScope, holdForScope, lookup, lookup, lookup, lookup, parkHeld, promoteHeldToScope, writeFwd
 
Methods inherited from class org.apache.cxf.tools.corba.common.idltypes.IdlDefnImplBase
definedIn, fullName, fullName, isCircular, isEmptyDef, localName, name, scopeName, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public static IdlRoot create()

lookup

public IdlDefn lookup(String nm)
Overrides:
lookup in class IdlScopeBase

lookup

public IdlDefn lookup(String nm,
                      boolean undefined)
Overrides:
lookup in class IdlScopeBase

addInclude

public void addInclude(String includefile)

write

public void write(PrintWriter pw)
Specified by:
write in interface IdlDefn
Overrides:
write in class IdlScopeBase

Apache CXF API

Apache CXF