Skip to content

달빛약속 / core/mod / FFIBody

Class: FFIBody ​

Extends ​

Indexable ​

[key: string]: unknown

Constructors ​

new FFIBody() ​

new FFIBody(code, tokens): FFIBody

Parameters ​

code ​

string

tokens ​

Token[]

Returns ​

FFIBody

Overrides ​

Node.constructor

Defined in ​

core/node/ffi.ts:12

Properties ​

code ​

code: string

Defined in ​

core/node/ffi.ts:12


tokens ​

tokens: Token[]

Inherited from ​

Node.tokens

Defined in ​

core/node/ffi.ts:12


friendlyName ​

static friendlyName: string = '번역할 내용'

Overrides ​

Node.friendlyName

Defined in ​

core/node/ffi.ts:10

Methods ​

toJSON() ​

toJSON(): object

Returns ​

object

Inherited from ​

Node.toJSON

Defined in ​

core/node/base.ts:20


toPrint() ​

toPrint(): string

Returns ​

string

Inherited from ​

Node.toPrint

Defined in ​

core/node/base.ts:27


validate() ​

validate(_scope): YaksokError<unknown>[]

Parameters ​

_scope ​

Scope

Returns ​

YaksokError<unknown>[]

Inherited from ​

Node.validate

Defined in ​

core/node/base.ts:16