|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AtMacros | |
|---|---|
| com.ccg.macros | Text Macro Processing Classes.. |
| com.ccg.macros.at | At Macro Definitions.. |
| Uses of AtMacros in com.ccg.macros |
|---|
| Methods in com.ccg.macros that return AtMacros | |
|---|---|
AtMacros |
At.getAtMacros()
Get the "@macro" interpreter to use. |
| Methods in com.ccg.macros with parameters of type AtMacros | |
|---|---|
void |
At.setAtMacros(AtMacros val)
Set the "@macro" interpreter to use. |
| Constructors in com.ccg.macros with parameters of type AtMacros | |
|---|---|
AtMacros(AtMacros from)
A copy constructor of another AtMacros object. |
|
TableField(AtMacros am,
String name,
TableInsert ti)
|
|
TableInsert(AtMacros am,
String name,
String source)
|
|
| Uses of AtMacros in com.ccg.macros.at |
|---|
| Methods in com.ccg.macros.at that return AtMacros | |
|---|---|
static AtMacros |
All.createAtMacros()
Create a new AtMacros object and install all standard macros. |
protected AtMacros |
Base.getAtMacros()
Get the associated AtMacros processor. |
| Methods in com.ccg.macros.at with parameters of type AtMacros | |
|---|---|
void |
Base.install(AtMacros at)
Register's all of the method macros AND loads the predefined property macros for the class. |
static void |
All.installAll(AtMacros am)
Global static method to install ALL of the macro handler objects available in this package. |
| Constructors in com.ccg.macros.at with parameters of type AtMacros | |
|---|---|
TableField(AtMacros am,
String name,
TableInsert ti)
|
|
TableInsert(AtMacros am,
String name,
String source)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||