C# 클래스 openABAP.Compiler.UnaryExpression

상속: IfExpression
파일 보기 프로젝트 열기: bi-tm/openABAP 1 사용 예제들

공개 메소드들

메소드 설명
PushValue ( ILGenerator il ) : void
UnaryExpression ( string op, IfExpression e ) : System

메소드 상세

PushValue() 공개 메소드

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

UnaryExpression() 공개 메소드

public UnaryExpression ( string op, IfExpression e ) : System
op string
e IfExpression
리턴 System