|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jamon.codegen.AbstractSourceGenerator
public abstract class AbstractSourceGenerator
| Field Summary | |
|---|---|
protected TemplateDescriber |
m_describer
|
protected TemplateUnit |
m_templateUnit
|
protected CodeWriter |
m_writer
|
| Constructor Summary | |
|---|---|
protected |
AbstractSourceGenerator(TemplateDescriber p_describer,
TemplateUnit p_templateUnit)
|
| Method Summary | |
|---|---|
protected void |
generateCustomAnnotations(java.lang.Iterable<AnnotationNode> p_annotationNodes,
AnnotationType p_annotationType)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jamon.api.SourceGenerator |
|---|
generateSource |
| Field Detail |
|---|
protected final TemplateDescriber m_describer
protected CodeWriter m_writer
protected final TemplateUnit m_templateUnit
| Constructor Detail |
|---|
protected AbstractSourceGenerator(TemplateDescriber p_describer,
TemplateUnit p_templateUnit)
| Method Detail |
|---|
protected void generateCustomAnnotations(java.lang.Iterable<AnnotationNode> p_annotationNodes,
AnnotationType p_annotationType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||