FunctionCall

Patterns related to function calls.

Properties

Link copied to clipboard

The character that begins an inline argument.

Link copied to clipboard
const val ARGUMENT_END: String

The character that ends an inline argument.

Link copied to clipboard
const val BEGIN: String

The character that prefixes a function call.

Link copied to clipboard

The pattern that chains function calls together.

Link copied to clipboard

Default/suggested indentation for the body argument of a function call.

Link copied to clipboard

The pattern for an identifier (function name or argument name).

Link copied to clipboard

The pattern that matches an optional identifier in a function call, preceded by BEGIN (unmatched).

Link copied to clipboard

The character that delimits a named argument.