C# 클래스 openABAP.Compiler.IntegerLiteral

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

공개 메소드들

메소드 설명
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