C# Class openABAP.Compiler.BinaryExpression

Inheritance: IfExpression
Mostrar archivo Open project: bi-tm/openABAP Class Usage Examples

Public Methods

Method Description
BinaryExpression ( IfExpression e1, string op, IfExpression e2 ) : System
PushValue ( ILGenerator il ) : void

Method Details

BinaryExpression() public method

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

PushValue() public method

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