Skip to content

yaksok.tsDocs


yaksok.ts / DeclareFFI

Class: DeclareFFI

Extends

Constructors

new DeclareFFI()

ts
new DeclareFFI(props): DeclareFFI

Parameters

props

props.body: string

props.name: string

props.position?: Position

props.runtime: string

Returns

DeclareFFI

Overrides

Executable.constructor

Defined in

src/node/ffi.ts:22

Properties

body

ts
body: string;

Defined in

src/node/ffi.ts:19


name

ts
name: string;

Defined in

src/node/ffi.ts:18


position?

ts
optional position: Position;

Inherited from

Executable.position

Defined in

src/node/base.ts:16


runtime

ts
runtime: string;

Defined in

src/node/ffi.ts:20


friendlyName

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

Overrides

Executable.friendlyName

Defined in

src/node/ffi.ts:16

Methods

execute()

ts
execute(scope): void

Parameters

scope: Scope

Returns

void

Overrides

Executable.execute

Defined in

src/node/ffi.ts:35


toFFIObject()

ts
toFFIObject(scope): FFIObject

Parameters

scope: Scope

Returns

FFIObject

Defined in

src/node/ffi.ts:39


toJSON()

ts
toJSON(): object

Returns

object

Inherited from

Executable.toJSON

Defined in

src/node/base.ts:19


toPrint()

ts
toPrint(): string

Returns

string

Inherited from

Executable.toPrint

Defined in

src/node/base.ts:36