Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

FunctionName

mattt edited this page Dec 21, 2020 · 1 revision

FunctionName

The name of a function in an expression.

public enum FunctionName

For example, the token print in the following code:

print("Hello, world!")

Inheritance

XcodeTokenKind

Properties

className

var className: String?
Clone this wiki locally