Uses of Class
org.jacorb.idl.SimpleDeclarator

Packages that use SimpleDeclarator
org.jacorb.idl   
 

Uses of SimpleDeclarator in org.jacorb.idl
 

Fields in org.jacorb.idl declared as SimpleDeclarator
 SimpleDeclarator ParamDecl.simple_declarator
           
 

Constructors in org.jacorb.idl with parameters of type SimpleDeclarator
ParamDecl(int paramAttribute, TypeSpec paramTypeSpec, SimpleDeclarator simple_declarator)
          Constructs a new parameter declaration with the given characteristics.