C# 클래스 openABAP.Compiler.BinaryExpression

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

공개 메소드들

메소드 설명
BinaryExpression ( IfExpression e1, string op, IfExpression e2 ) : System
PushValue ( ILGenerator il ) : void

메소드 상세

BinaryExpression() 공개 메소드

public BinaryExpression ( IfExpression e1, string op, IfExpression e2 ) : System
e1 IfExpression
op string
e2 IfExpression
리턴 System

PushValue() 공개 메소드

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