![]() | Syntax |
---|---|
PredefinedFunctionCallAST ::= BuiltInFunctionNameAST ( ArithmeticTermAST ) | ConversionFunctionNameAST ( ArithmeticTermAST ) BuiltInFunctionNameAST$BuiltInFunctionNameAST ::= ref | fqn | name | value | source | target | multiplicity | aggregation | inverse ConversionFunctionNameAST$ConversionFunctionNameAST ::= toBoolean | toString | toInteger | toDouble | toMultiplicity The predefined functions are identified by their names and they are called with an actual parameter list. For native functions, the name and the formal parameter list is determined by an Eclipse plug-in. The objects returned by native functions should be treated by the interpreter according to the followings:
Built-in functionsare the followings:
|
Used By: base arithmetic term