C# Класс openABAP.Compiler.IntegerLiteral

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

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

Метод Описание
GetRuntimeType ( ) : Type
IntegerLiteral ( int val ) : System
PushFormattedString ( ILGenerator il ) : void
PushValue ( ILGenerator il ) : void
ToString ( ) : string

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

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

public GetRuntimeType ( ) : Type
Результат System.Type

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

public IntegerLiteral ( int val ) : System
val int
Результат System

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

public PushFormattedString ( ILGenerator il ) : void
il System.Reflection.Emit.ILGenerator
Результат void

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

public PushValue ( ILGenerator il ) : void
il System.Reflection.Emit.ILGenerator
Результат void

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

public ToString ( ) : string
Результат string