C# Class DCPUB.Intermediate.Peephole.ReplacementInstruction

Inheritance: AstNode
Exibir arquivo Open project: Blecki/DCPUB

Public Properties

Property Type Description
instruction Instructions

Public Methods

Method Description
Generate ( Operand>.Dictionary values ) : IRNode
Init ( Irony context, Irony treeNode ) : void

Method Details

Generate() public method

public Generate ( Operand>.Dictionary values ) : IRNode
values Operand>.Dictionary
return IRNode

Init() public method

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

Property Details

instruction public_oe property

public Instructions instruction
return Instructions