nativeFunctionBody abstract method

NativeFunctionBody nativeFunctionBody(
  1. Token nativeKeyword,
  2. StringLiteral? stringLiteral,
  3. Token semicolon
)

Returns a newly created function body consisting of the 'native' token, a string literal, and a semicolon.

Implementation

NativeFunctionBody nativeFunctionBody(
    Token nativeKeyword, StringLiteral? stringLiteral, Token semicolon);