org.codehaus.groovy.maven.runtime.v15.stubgen
Class ModelFactoryImpl

java.lang.Object
  extended by org.codehaus.groovy.maven.runtime.support.stubgen.model.ModelFactorySupport
      extended by org.codehaus.groovy.maven.runtime.v15.stubgen.ModelFactoryImpl
All Implemented Interfaces:
ModelFactory

public class ModelFactoryImpl
extends ModelFactorySupport

Creates a stub model for Groovy 1.5.

Version:
$Id: ModelFactoryImpl.java 11740 2008-04-18 09:38:02Z user57 $
Author:
Jason Dillon

Field Summary
 
Fields inherited from class org.codehaus.groovy.maven.runtime.support.stubgen.model.ModelFactorySupport
clazz, factory, lastNode, parser, source
 
Constructor Summary
ModelFactoryImpl()
           
 
Method Summary
protected  void addDefaultImports(SourceDef model)
           
 
Methods inherited from class org.codehaus.groovy.maven.runtime.support.stubgen.model.ModelFactorySupport
classDef, constructorDef, create, createRoot, fieldDef, identifier, importDef, interfaceDef, interfaces, javadocs, methodDef, modifiers, name, objectBlock, packageDef, parameter, parameters, process, qualifiedName, superParameter, superParameters, throwz, type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelFactoryImpl

public ModelFactoryImpl()
Method Detail

addDefaultImports

protected void addDefaultImports(SourceDef model)
Specified by:
addDefaultImports in class ModelFactorySupport


Copyright © 2006-2008 Codehaus. All Rights Reserved.