C# Класс DCPUB.Ast.LabelNode

Наследование: CompilableNode
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
label Model.Label

Открытые методы

Метод Описание
Emit ( CompileContext context, Model scope, Target target ) : Intermediate.IRNode
GatherSymbols ( CompileContext context, Model enclosingScope ) : void
Init ( Irony context, Irony treeNode ) : void
ResolveTypes ( CompileContext context, Model enclosingScope ) : void

Описание методов

Emit() публичный Метод

public Emit ( CompileContext context, Model scope, Target target ) : Intermediate.IRNode
context CompileContext
scope Model
target Target
Результат Intermediate.IRNode

GatherSymbols() публичный Метод

public GatherSymbols ( CompileContext context, Model enclosingScope ) : void
context CompileContext
enclosingScope Model
Результат void

Init() публичный Метод

public Init ( Irony context, Irony treeNode ) : void
context Irony
treeNode Irony
Результат void

ResolveTypes() публичный Метод

public ResolveTypes ( CompileContext context, Model enclosingScope ) : void
context CompileContext
enclosingScope Model
Результат void

Описание свойств

label публичное свойство

public Model.Label label
Результат Model.Label