|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Templet
general template methods, fulfilled (but not implemented) by every template generated by TmplC as long as methodnames are not renamed.
this interface may be useful if one is dealing with abstract templates (like the TEF - TempletExecutionFramework).
one may implement this interface by using the "implements" macro or extends (via "extends" macro)
from a class that implements this interface.
Method Summary | |
---|---|
void |
execute(PrintStream out)
executes/generates this templet to a stream. |
String |
getDestLanguageName()
gets the name of this template's dest language. |
String |
getTmplLanguageName()
gets the name of this template's tmpl language. |
Method Detail |
---|
String getTmplLanguageName()
String getDestLanguageName()
void execute(PrintStream out)
out
- the stream to generate to.
|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |