C# Class openABAP.Compiler.UnaryExpression

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

Public Methods

Method Description
PushValue ( ILGenerator il ) : void
UnaryExpression ( string op, IfExpression e ) : System

Method Details

PushValue() public method

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

UnaryExpression() public method

public UnaryExpression ( string op, IfExpression e ) : System
op string
e IfExpression
return System