C# Class openABAP.Compiler.IntegerLiteral

Inheritance: IfValue
Mostrar archivo Open project: bi-tm/openABAP

Public Methods

Method Description
GetRuntimeType ( ) : Type
IntegerLiteral ( int val ) : System
PushFormattedString ( ILGenerator il ) : void
PushValue ( ILGenerator il ) : void
ToString ( ) : string

Method Details

GetRuntimeType() public method

public GetRuntimeType ( ) : Type
return System.Type

IntegerLiteral() public method

public IntegerLiteral ( int val ) : System
val int
return System

PushFormattedString() public method

public PushFormattedString ( ILGenerator il ) : void
il System.Reflection.Emit.ILGenerator
return void

PushValue() public method

public PushValue ( ILGenerator il ) : void
il System.Reflection.Emit.ILGenerator
return void

ToString() public method

public ToString ( ) : string
return string