Uses of Class
org.jacorb.idl.Declaration

Packages that use Declaration
org.jacorb.idl   
org.jacorb.idl.javamapping   
 

Uses of Declaration in org.jacorb.idl
 

Subclasses of Declaration in org.jacorb.idl
 class AttrDecl
           
 class EnumType
           
 class Interface
           
 class Member
           
 class Module
          Note: a module's name is its package name!
 class NativeType
           
 class OpDecl
           
 class ReplyHandler
          A ReplyHandler receives replies of asynchronous invocations of another interface (we call this interface the "parent" of the ReplyHandler).
 class StateMember
           
 class StructType
           
 class TypeDeclaration
           
 class TypeDef
           
 class UnionType
           
 class Value
           
 class ValueAbsDecl
           
 class ValueBoxDecl
           
 class ValueDecl
           
 

Methods in org.jacorb.idl that return Declaration
 Declaration Definition.get_declaration()
           
 

Methods in org.jacorb.idl with parameters of type Declaration
 void InterfaceBody.addDefinition(Declaration d)
           
 void Definition.set_declaration(Declaration d)
           
 void IDLTreeVisitor.visitDeclaration(Declaration decl)
           
 

Constructors in org.jacorb.idl with parameters of type Declaration
Definition(Declaration d)
           
 

Uses of Declaration in org.jacorb.idl.javamapping
 

Methods in org.jacorb.idl.javamapping with parameters of type Declaration
 void JavaMappingGeneratingVisitor.visitDeclaration(Declaration declaration)