|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectkawigi.problem.TemplateGenerator
public class TemplateGenerator
This is the class that converts a ClassDecl and language into skeleton code from a template.
| Constructor Summary | |
|---|---|
TemplateGenerator()
|
|
| Method Summary | |
|---|---|
static Skeleton |
getSkeleton(ClassDecl cl,
EditorLanguage language)
Generates the output of the code template with the given ClassDecl in the given language. |
static java.lang.String |
getTemplate(EditorLanguage language)
Returns the (default or customized) template for the given language. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TemplateGenerator()
| Method Detail |
|---|
public static Skeleton getSkeleton(ClassDecl cl,
EditorLanguage language)
public static java.lang.String getTemplate(EditorLanguage language)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||