C# Class TriAxis.RunSharp.Operands.LongLiteral

Inheritance: Operand
Exibir arquivo Open project: AqlaSolutions/runsharp

Public Methods

Method Description
GetReturnType ( ITypeMapper typeMapper ) : Type
LongLiteral ( System t, long value ) : System

Protected Methods

Method Description
EmitGet ( CodeGen g ) : void

Method Details

EmitGet() protected method

protected EmitGet ( CodeGen g ) : void
g CodeGen
return void

GetReturnType() public method

public GetReturnType ( ITypeMapper typeMapper ) : Type
typeMapper ITypeMapper
return IKVM.Reflection.Type

LongLiteral() public method

public LongLiteral ( System t, long value ) : System
t System
value long
return System