|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--jatha.Macro
|
+--macros.INCLUDE
INCLUDE(filename)
Inserts the contents of the specified file, similar to the C-style #include. However, if the included file has macros, they will not be processed.
| Fields inherited from class jatha.Macro |
util |
| Constructor Summary | |
INCLUDE()
|
|
| Method Summary | |
void |
expand(java.lang.String[] args,
java.io.Writer out,
Expander expander)
Expands the macro |
| Methods inherited from class jatha.Macro |
expand |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public INCLUDE()
| Method Detail |
public void expand(java.lang.String[] args,
java.io.Writer out,
Expander expander)
expand in class Macro
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||