C# 클래스 openABAP.Compiler.StringLiteral

상속: IfValue
파일 보기 프로젝트 열기: bi-tm/openABAP

공개 메소드들

메소드 설명
GetRuntimeType ( ) : Type
PushFormattedString ( ILGenerator il ) : void
PushValue ( ILGenerator il ) : void
StringLiteral ( string val ) : System
ToString ( ) : string

메소드 상세

GetRuntimeType() 공개 메소드

public GetRuntimeType ( ) : Type
리턴 System.Type

PushFormattedString() 공개 메소드

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

PushValue() 공개 메소드

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

StringLiteral() 공개 메소드

public StringLiteral ( string val ) : System
val string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string