|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.jtools.tmpl.model.SimpleObject
net.jtools.tmpl.model.SimpleItem
net.jtools.tmpl.model.SimpleItem.Writeable
net.jtools.tmpl.model.WriteableMacroLib
public class WriteableMacroLib
Nested Class Summary | |
---|---|
static class |
WriteableMacroLib.DirectMacro
|
Nested classes/interfaces inherited from class net.jtools.tmpl.model.SimpleItem |
---|
SimpleItem.External, SimpleItem.Reference, SimpleItem.Writeable |
Nested classes/interfaces inherited from class net.jtools.tmpl.model.SimpleObject |
---|
SimpleObject.Description |
Nested classes/interfaces inherited from interface net.jtools.tmpl.model.MacroLibItem |
---|
MacroLibItem.Reference, MacroLibItem.Support, MacroLibItem.Writeable |
Field Summary |
---|
Fields inherited from class net.jtools.tmpl.model.SimpleItem |
---|
TAB |
Fields inherited from class net.jtools.tmpl.model.SimpleObject |
---|
description |
Constructor Summary | |
---|---|
WriteableMacroLib(Item parent)
|
Method Summary | |
---|---|
WriteableMacroLib.DirectMacro |
createMacro()
|
ReferencedMacro |
createMacroRef()
|
MacroItem |
getMacro(String name)
|
Collection<MacroItem> |
getMacros()
|
boolean |
onCheck()
|
void |
solve()
|
void |
writeJavaFile(JavaPrintStream out)
|
Methods inherited from class net.jtools.tmpl.model.SimpleItem.Writeable |
---|
getClassname, setClassname |
Methods inherited from class net.jtools.tmpl.model.SimpleItem |
---|
check, commaseparated, getModel, getName, getParent, isChecked, literal, setName |
Methods inherited from class net.jtools.tmpl.model.SimpleObject |
---|
addDescription, setDescription |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WriteableMacroLib(Item parent)
Method Detail |
---|
public WriteableMacroLib.DirectMacro createMacro()
public ReferencedMacro createMacroRef()
public MacroItem getMacro(String name)
getMacro
in interface MacroItem.Support
public Collection<MacroItem> getMacros()
getMacros
in interface MacroItem.Support
public boolean onCheck()
onCheck
in class SimpleItem
public void solve()
solve
in interface Item
solve
in class SimpleItem
public void writeJavaFile(JavaPrintStream out)
writeJavaFile
in interface Item.Writeable
|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |