C# Class DCPUB.Ast.GotoNode

Inheritance: CompilableNode
Show file Open project: Blecki/DCPUB

Public Properties

Property Type Description
label String

Public Methods

Method Description
Emit ( CompileContext context, Model scope, Target target ) : Intermediate.IRNode
Init ( Irony context, Irony treeNode ) : void

Method Details

Emit() public method

public Emit ( CompileContext context, Model scope, Target target ) : Intermediate.IRNode
context CompileContext
scope Model
target Target
return Intermediate.IRNode

Init() public method

public Init ( Irony context, Irony treeNode ) : void
context Irony
treeNode Irony
return void

Property Details

label public property

public String label
return String