|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jext.dawn.Function
org.jext.dawn.string.SubFunction
Returns a part of a string.
Usage:
string start end sub
Returns the portion of 'string' between start and end.
| Constructor Summary | |
SubFunction()
|
|
| Method Summary | |
void |
invoke(DawnParser parser)
Executes the function. |
| Methods inherited from class org.jext.dawn.Function |
getHelp, getName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SubFunction()
| Method Detail |
public void invoke(DawnParser parser)
throws DawnRuntimeException
FunctionDawnParser given as parameter.
invoke in class Functionparser - The DawnParser which inoked the function
DawnRuntimeException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||