C# Class DCPUB.Ast.OffsetOfNode

Inheritance: CompilableNode
Show file Open project: Blecki/DCPUB

Public Properties

Property Type Description
CachedFetchToken Intermediate.Operand
_struct Model.Struct
memberName String
typeName String

Public Methods

Method 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 method

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

GetFetchToken() public method

public GetFetchToken ( ) : Intermediate.Operand
return Intermediate.Operand

Init() public method

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

ResolveTypes() public method

public ResolveTypes ( CompileContext context, Model enclosingScope ) : void
context CompileContext
enclosingScope Model
return void

Property Details

CachedFetchToken public property

public Intermediate.Operand CachedFetchToken
return Intermediate.Operand

_struct public property

public Model.Struct _struct
return Model.Struct

memberName public property

public String memberName
return String

typeName public property

public String typeName
return String