Class: Node
Extended by
Indexable
[key: string]: unknown
Constructors
Node()
Node():
Node
Returns
Properties
tokens
tokens:
Token[] =[]
Defined in
friendlyName
staticfriendlyName:string='노드'
Defined in
Methods
toJSON()
toJSON():
object
Returns
object
Defined in
toPrint()
toPrint():
string
Returns
string
Defined in
validate()
validate(
_scope):YaksokError<unknown>[]
Parameters
• _scope: Scope
Returns
YaksokError<unknown>[]