java.lang.Object
org.jext.dawn.Function
org.jext.dawn.string.TokenizeDelimFunction
- public class TokenizeDelimFunction
- extends org.jext.dawn.Function
Tokenizes a string using a specified set of delimiters.
Usage:
string delims tokenize
It then returns a string per token and the number of tokens on the top
of the stack.
| Fields inherited from class org.jext.dawn.Function |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TokenizeDelimFunction
public TokenizeDelimFunction()
invoke
public void invoke(org.jext.dawn.DawnParser parser)
throws org.jext.dawn.DawnRuntimeException
- Description copied from class:
org.jext.dawn.Function
- Executes the function. Usually, the function should make use of
the
DawnParser given as parameter.