jedi.annotation.writer.factorytype
Class ConcreteFactoryType

java.lang.Object
  extended by jedi.annotation.writer.factorytype.FactoryType
      extended by jedi.annotation.writer.factorytype.ConcreteFactoryType
Direct Known Subclasses:
InstanceFactoryType, StaticFactoryType

public abstract class ConcreteFactoryType
extends FactoryType


Constructor Summary
ConcreteFactoryType()
           
 
Method Summary
 String getTypeDeclaration(Annotateable annotateable)
           
 void writeMethodBody(ClosureFragmentWriter fragmentWriter, JavaWriter javaWriter)
           
 
Methods inherited from class jedi.annotation.writer.factorytype.FactoryType
getQualifiedTypeName, getSimpleTypeName, writeClassHeader, writeMethodModifiers
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConcreteFactoryType

public ConcreteFactoryType()
Method Detail

getTypeDeclaration

public String getTypeDeclaration(Annotateable annotateable)
Specified by:
getTypeDeclaration in class FactoryType

writeMethodBody

public void writeMethodBody(ClosureFragmentWriter fragmentWriter,
                            JavaWriter javaWriter)
Specified by:
writeMethodBody in class FactoryType


Copyright © 2011. All Rights Reserved.