|
ILIAS
Release_5_0_x_branch Revision 61816
|
Class ilDclTokenizer. More...
Collaboration diagram for ilDclTokenizer:Static Public Member Functions | |
| static | getTokens ($expression) |
| Split expression by & (ignore escaped &-symbols with backslash) | |
| static | getMathTokens ($math_expression) |
| Generate tokens for a math expression. | |
Class ilDclTokenizer.
Definition at line 9 of file class.ilDclTokenizer.php.
|
static |
Generate tokens for a math expression.
| string | $math_expression | Expression of type math |
Definition at line 44 of file class.ilDclTokenizer.php.
References ilDclExpressionParser\getOperators().
Referenced by ilDclExpressionParser\parse().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Split expression by & (ignore escaped &-symbols with backslash)
| string | $expression | Global expression to parse |
Definition at line 18 of file class.ilDclTokenizer.php.
References $results.
Referenced by ilDclExpressionParser\parse().
Here is the caller graph for this function: