nativeFunctionBody abstract method
NativeFunctionBody
nativeFunctionBody(
- Token nativeKeyword,
- StringLiteral? stringLiteral,
- 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);