C# Class openABAP.Compiler.IntegerLiteral

Inheritance: IfValue
Afficher le fichier Open project: bi-tm/openABAP

Méthodes publiques

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

Method Details

GetRuntimeType() public méthode

public GetRuntimeType ( ) : Type
Résultat System.Type

IntegerLiteral() public méthode

public IntegerLiteral ( int val ) : System
val int
Résultat System

PushFormattedString() public méthode

public PushFormattedString ( ILGenerator il ) : void
il System.Reflection.Emit.ILGenerator
Résultat void

PushValue() public méthode

public PushValue ( ILGenerator il ) : void
il System.Reflection.Emit.ILGenerator
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string