Uses of Class
de.mguennewig.pobjects.metadata.TypeDecl

Packages that use TypeDecl
de.mguennewig.pobjects.metadata This package contains the metadata classes used by the PObject library. 
 

Uses of TypeDecl in de.mguennewig.pobjects.metadata
 

Methods in de.mguennewig.pobjects.metadata that return TypeDecl
 TypeDecl TypeRef.getTypeDecl()
          Returns the referenced type declaration.
 TypeDecl Module.getTypeDecl(int idx)
          Returns the module-global type at index idx.
 

Constructors in de.mguennewig.pobjects.metadata with parameters of type TypeDecl
Module(java.lang.String name, java.lang.String javaPackage, TypeDecl[] types, TableExpr[] tableExprs, Workflow[] workflows, FormDecl[] forms, CommandDecl[] commands)
          Creates a new Module.
TypeRef(TypeDecl typeDecl)
          Creates a new type reference.