C# Класс TriAxis.RunSharp.Operands.Property

Наследование: Operand
Показать файл Открыть проект

Открытые методы

Метод Описание
GetReturnType ( ITypeMapper typeMapper ) : Type
Property ( ApplicableFunction property, Operand target, Operand indexes ) : System

Защищенные методы

Метод Описание
EmitGet ( CodeGen g ) : void
EmitSet ( CodeGen g, Operand value, bool allowExplicitConversion ) : void
ResetLeakedStateRecursively ( ) : void

Описание методов

EmitGet() защищенный Метод

protected EmitGet ( CodeGen g ) : void
g CodeGen
Результат void

EmitSet() защищенный Метод

protected EmitSet ( CodeGen g, Operand value, bool allowExplicitConversion ) : void
g CodeGen
value Operand
allowExplicitConversion bool
Результат void

GetReturnType() публичный Метод

public GetReturnType ( ITypeMapper typeMapper ) : Type
typeMapper ITypeMapper
Результат IKVM.Reflection.Type

Property() публичный Метод

public Property ( ApplicableFunction property, Operand target, Operand indexes ) : System
property ApplicableFunction
target Operand
indexes Operand
Результат System

ResetLeakedStateRecursively() защищенный Метод

protected ResetLeakedStateRecursively ( ) : void
Результат void