Skip to content

달빛약속 / DeclareFFI

Class: DeclareFFI

Extends

Indexable

[key: string]: unknown

Constructors

new DeclareFFI()

new DeclareFFI(props): DeclareFFI

Parameters

props
body

string

name

string

position

Position

runtime

string

Returns

DeclareFFI

Overrides

Executable.constructor

Defined in

core/node/ffi.ts:22

Properties

body

body: string

Defined in

core/node/ffi.ts:19


name

name: string

Defined in

core/node/ffi.ts:18


position?

optional position: Position

Inherited from

Executable.position

Defined in

core/node/base.ts:9


runtime

runtime: string

Defined in

core/node/ffi.ts:20


friendlyName

static friendlyName: string = '번역 만들기'

Overrides

Executable.friendlyName

Defined in

core/node/ffi.ts:16

Methods

execute()

execute(scope): Promise<void>

Parameters

scope

Scope

Returns

Promise<void>

Overrides

Executable.execute

Defined in

core/node/ffi.ts:35


toFFIObject()

toFFIObject(scope): FFIObject

Parameters

scope

Scope

Returns

FFIObject

Defined in

core/node/ffi.ts:40


toJSON()

toJSON(): object

Returns

object

Inherited from

Executable.toJSON

Defined in

core/node/base.ts:12


toPrint()

toPrint(): string

Returns

string

Inherited from

Executable.toPrint

Defined in

core/node/base.ts:31