Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
openABAP
Compiler
ExpressionLeaf
C# Class openABAP.Compiler.ExpressionLeaf
Inheritance:
IfExpression
Mostrar archivo
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