public abstract class AbstractCodeGenerator<A extends Arguments<A>> extends Object implements CodeGenerator<A>
Constructor and Description |
---|
AbstractCodeGenerator(CodeGenerator<A> codeGenerator,
CodeGenerationImplementor<A> implementor) |
Modifier and Type | Method and Description |
---|---|
CodeGenerator<A> |
getCodeGenerator() |
com.sun.codemodel.JCodeModel |
getCodeModel() |
CodeGenerationImplementor<A> |
getImplementor() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
generate
public AbstractCodeGenerator(CodeGenerator<A> codeGenerator, CodeGenerationImplementor<A> implementor)
public CodeGenerationImplementor<A> getImplementor()
public CodeGenerator<A> getCodeGenerator()
public com.sun.codemodel.JCodeModel getCodeModel()
Copyright © 2005–2018. All rights reserved.