|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectkryshen.tema.functions.Standard
public class Standard
Standard TEMA functions.
Field Summary | |
---|---|
static Function |
ASSIGN
Copy macro definitions. |
static Function |
ECHO
|
static Function |
EXPORT
Export variable to the global (outermost) context. |
static Function |
INVOKE
Invoke function specified by name. |
static Function |
LOAD
Create definiton as a new Java object. |
static Function |
SET
Define static variable. |
static Function |
SILENT
Process arguments, but output nothing. |
static Function |
SKIP
Skip arguments. |
static Function |
TEMA
Output Tema version. |
static Function |
UNSET
Recursively remove definition. |
Constructor Summary | |
---|---|
Standard()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Function TEMA
public static final Function SET
public static final Function UNSET
public static final Function EXPORT
public static final Function ASSIGN
public static final Function INVOKE
public static final Function LOAD
public static final Function ECHO
public static final Function SILENT
public static final Function SKIP
Constructor Detail |
---|
public Standard()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |