ArrayLength |
The native construct representing the array length operation.
|
ArrayLength.IMPArrayLength |
An expression modeling the array length operation.
|
StringConcat |
The native construct representing the concatenation operation.
|
StringConcat.IMPStringConcat |
An expression modeling the string contains operation.
|
StringContains |
The native construct representing the contains operation.
|
StringContains.IMPStringContains |
An expression modeling the string contains operation.
|
StringEndsWith |
The native construct representing the endsWith operation.
|
StringEndsWith.IMPStringEndsWith |
An expression modeling the string endsWith operation.
|
StringEquals |
The native construct representing the equals operation.
|
StringEquals.IMPStringEquals |
An expression modeling the string equals operation.
|
StringIndexOf |
The native construct representing the indexOf operation.
|
StringIndexOf.IMPStringIndexOf |
An expression modeling the string indexOf operation.
|
StringLength |
The native construct representing the length operation.
|
StringLength.IMPStringLength |
An expression modeling the string length operation.
|
StringReplace |
The native construct representing the replace operation.
|
StringReplace.IMPStringReplace |
An expression modeling the string replace operation.
|
StringStartsWith |
The native construct representing the startsWith operation.
|
StringStartsWith.IMPStringStartsWith |
An expression modeling the string startsWith operation.
|
StringSubstring |
The native construct representing the substring operation.
|
StringSubstring.IMPStringSubstring |
An expression modeling the string substring operation.
|