C# Class openABAP.Compiler.ExpressionLeaf

Inheritance: IfExpression
Datei anzeigen Open project: bi-tm/openABAP Class Usage Examples

Public Methods

Method Description
ExpressionLeaf ( IfValue v ) : System
PushValue ( ILGenerator il ) : void

Method Details

ExpressionLeaf() public method

public ExpressionLeaf ( IfValue v ) : System
v IfValue
return System

PushValue() public method

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