|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jext.dawn.CodeSnippet
The CodeSnippet
class stands for an interface for Dawn code snippets.
A code snippet is a mini-script written in Dawn which will be used by
DawnParser
to create a function. Code snippets avoid writting
annoying Java source code which can generate errors and be a pain to debug.
Constructor Summary | |
CodeSnippet()
|
Method Summary | |
abstract java.lang.String |
getCode()
Returns the function code. |
java.lang.String |
getHelp()
Returns the contexive help associated with this function. |
abstract java.lang.String |
getName()
Returns the function name. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CodeSnippet()
Method Detail |
public abstract java.lang.String getName()
String
, containing the namepublic java.lang.String getHelp()
public abstract java.lang.String getCode()
String
, containing the code
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |