C# Class DCPUB.Ast.OffsetOfNode

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

Méthodes publiques

Свойство Type Description
CachedFetchToken Intermediate.Operand
_struct Model.Struct
memberName String
typeName String

Méthodes publiques

Méthode Description
Emit ( CompileContext context, Model scope, Target target ) : Intermediate.IRNode
GetFetchToken ( ) : Intermediate.Operand
Init ( Irony context, Irony treeNode ) : void
ResolveTypes ( CompileContext context, Model enclosingScope ) : void

Method Details

Emit() public méthode

public Emit ( CompileContext context, Model scope, Target target ) : Intermediate.IRNode
context CompileContext
scope Model
target Target
Résultat Intermediate.IRNode

GetFetchToken() public méthode

public GetFetchToken ( ) : Intermediate.Operand
Résultat Intermediate.Operand

Init() public méthode

public Init ( Irony context, Irony treeNode ) : void
context Irony
treeNode Irony
Résultat void

ResolveTypes() public méthode

public ResolveTypes ( CompileContext context, Model enclosingScope ) : void
context CompileContext
enclosingScope Model
Résultat void

Property Details

CachedFetchToken public_oe property

public Intermediate.Operand CachedFetchToken
Résultat Intermediate.Operand

_struct public_oe property

public Model.Struct _struct
Résultat Model.Struct

memberName public_oe property

public String memberName
Résultat String

typeName public_oe property

public String typeName
Résultat String