C# Class openABAP.Compiler.StringLiteral

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

Public Methods

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

Method Details

GetRuntimeType() public method

public GetRuntimeType ( ) : Type
return System.Type

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

StringLiteral() public method

public StringLiteral ( string val ) : System
val string
return System

ToString() public method

public ToString ( ) : string
return string