Inherits org.qscript.operator.Operator.
|
| CoshFunction (String symbol, int nbrArgs, int priority, int type) |
|
Argument | resolve (Script script, Token token, Argument[] args, Object...objects) throws EvaluationException |
|
| Operator (String symbol, int nbrArgs, int priority, int type) |
|
String | getSymbol () |
|
int | getNbrArgs () |
|
int | getPriority () |
|
int | getOpType () |
|
boolean | isOperator () |
|
String | forListing () |
|
String | toString () |
|
void | setTextPosition (int charStart, int charWidth) |
|
void | setTextPosition (int line, int charStart, int charWidth) |
|
int | getLine () |
|
int | getCharStart () |
|
int | getCharWidth () |
|
boolean | isArgument () |
|
boolean | isFlowAction () |
|
boolean | isVariable () |
|
boolean | isThing () |
|
boolean | isOperator () |
|
boolean | isFlowOperator () |
|
String | forListing () |
|
cosh() function
- Author
- Peter Lager
- Parameters
-
script | the Script object responsible for evaluation |
token | the current token being evaluated |
args | the arguments for this operator |
objects | ignore it has been included for possible future use |
- Returns
- the result of this operation or null if there is no need to store the result
- Exceptions
-
SyntaxException | |
EvaluationException | |
Implements org.qscript.operator.Operator.
The documentation for this class was generated from the following file:
- /Users/peter/git/qscript-repos/Q-script/src/org/qscript/operator/CoshFunction.java