jedi.annotation.writer.factorytype
Class InstanceFactoryType

java.lang.Object
  extended by jedi.annotation.writer.factorytype.FactoryType
      extended by jedi.annotation.writer.factorytype.ConcreteFactoryType
          extended by jedi.annotation.writer.factorytype.InstanceFactoryType

public class InstanceFactoryType
extends ConcreteFactoryType


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

Constructor Detail

InstanceFactoryType

public InstanceFactoryType()
Method Detail

getTypeDeclaration

public String getTypeDeclaration(Annotateable annotateable)
Overrides:
getTypeDeclaration in class ConcreteFactoryType

getSimpleTypeName

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

writeMethodModifiers

public void writeMethodModifiers(JavaWriter writer)
Specified by:
writeMethodModifiers in class FactoryType


Copyright © 2011. All Rights Reserved.