Uses of Class
org.mule.devkit.model.code.CodeModel

Packages that use CodeModel
org.mule.devkit.model.code Library for generating Java source code 
 

Uses of CodeModel in org.mule.devkit.model.code
 

Methods in org.mule.devkit.model.code that return CodeModel
 CodeModel TypeReference.owner()
          Gets the CodeModel object to which this object belongs.
abstract  CodeModel Type.owner()
          Gets the owner code model object.
 CodeModel PrimitiveType.owner()
           
 CodeModel GeneratedPackage.owner()
          Return the code model root object being used to create this package.
protected  CodeModel GeneratedMethod.owner()
           
 CodeModel ClassContainer.owner()
          Get the root code model object.
 

Methods in org.mule.devkit.model.code with parameters of type CodeModel
static PrimitiveType Type.parse(CodeModel codeModel, String typeName)
          Obtains a reference to the primitive type object from a type name.
 

Constructors in org.mule.devkit.model.code with parameters of type CodeModel
GeneratedJavaDocComment(CodeModel owner)
           
TypeReference(CodeModel _owner)
           
 



Copyright © 2010-2013 MuleSoft, Inc.. All Rights Reserved.