|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectBaseGenerator
public abstract class BaseGenerator
Constructor Summary | |
---|---|
protected |
BaseGenerator(AnnotationProcessorEnvironment env,
SourceFileInfo sourceFileInfo,
Diagnostics diagnostics)
|
Method Summary | |
---|---|
abstract void |
generate(ClassDeclaration publicClass)
|
protected Diagnostics |
getDiagnostics()
|
protected AnnotationProcessorEnvironment |
getEnv()
|
protected SourceFileInfo |
getSourceFileInfo()
|
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected BaseGenerator(AnnotationProcessorEnvironment env, SourceFileInfo sourceFileInfo, Diagnostics diagnostics)
Method Detail |
---|
public abstract void generate(ClassDeclaration publicClass)
protected AnnotationProcessorEnvironment getEnv()
protected Diagnostics getDiagnostics()
protected SourceFileInfo getSourceFileInfo()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |