|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SourceGenerator
Defines methods for classes that generate runtime Java source from compiled Jiffle scripts.
| Method Summary | |
|---|---|
String |
getSource()
Returns the source for the runtime class. |
void |
setBaseClassName(String baseClassName)
Sets the runtime base class name. |
void |
setRuntimeModel(Jiffle.RuntimeModel model)
Sets the runtime model. |
| Method Detail |
|---|
void setRuntimeModel(Jiffle.RuntimeModel model)
model - runtime modelvoid setBaseClassName(String baseClassName)
baseClassName - base class name
String getSource()
throws JiffleException
JiffleException - on errors creating source
RuntimeException - if the runtime model or base class name are not set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||