Class DeferredActionCollection
java.lang.Object
org.apache.cxf.tools.corba.processors.idl.DeferredActionCollection
Class that holds a fully qualified name as the key that represents
a type that was forward declared.
Associated with each fully qualified name is a list of actions.
Each action represents a task that is deferred until
the type is really declared.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(Scope scope, DeferredAction action) getActions(Scope scope) intgetSize()voidremove(Scope scope, DeferredAction action) voidremoveScope(Scope scope)
-
Constructor Details
-
DeferredActionCollection
public DeferredActionCollection()
-
-
Method Details
-
add
-
remove
-
removeScope
-
getSize
public int getSize() -
getActions
-