C# Class DCPUB.Intermediate.InlineStaticData

Inheritance: IRNode
Afficher le fichier Open project: Blecki/DCPUB

Méthodes publiques

Свойство Type Description
data List

Méthodes publiques

Méthode Description
Emit ( EmissionStream stream ) : void
EmitBinary ( List binary ) : void
EmitIR ( EmissionStream stream, bool Tidy ) : void
SetupLabels ( Label>.Dictionary labelTable ) : void

Method Details

Emit() public méthode

public Emit ( EmissionStream stream ) : void
stream EmissionStream
Résultat void

EmitBinary() public méthode

public EmitBinary ( List binary ) : void
binary List
Résultat void

EmitIR() public méthode

public EmitIR ( EmissionStream stream, bool Tidy ) : void
stream EmissionStream
Tidy bool
Résultat void

SetupLabels() public méthode

public SetupLabels ( Label>.Dictionary labelTable ) : void
labelTable Label>.Dictionary
Résultat void

Property Details

data public_oe property

public List data
Résultat List