jedi.annotation.writer.factorytype
Class FactoryType
java.lang.Object
jedi.annotation.writer.factorytype.FactoryType
- Direct Known Subclasses:
- ConcreteFactoryType, InterfaceFactoryType
public abstract class FactoryType
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FactoryType
public FactoryType()
getQualifiedTypeName
public String getQualifiedTypeName(Annotateable annotateable)
getSimpleTypeName
public abstract String getSimpleTypeName(Annotateable annotateable)
getTypeDeclaration
public abstract String getTypeDeclaration(Annotateable annotateable)
writeClassHeader
public void writeClassHeader(JavaWriter writer,
Annotateable annotateable)
writeMethodBody
public abstract void writeMethodBody(ClosureFragmentWriter writer,
JavaWriter javaWriter)
writeMethodModifiers
public abstract void writeMethodModifiers(JavaWriter writer)
Copyright © 2011. All Rights Reserved.