C# Class openABAP.Compiler.ExpressionLeaf

Inheritance: IfExpression
Afficher le fichier Open project: bi-tm/openABAP Class Usage Examples

Méthodes publiques

Méthode Description
ExpressionLeaf ( IfValue v ) : System
PushValue ( ILGenerator il ) : void

Method Details

ExpressionLeaf() public méthode

public ExpressionLeaf ( IfValue v ) : System
v IfValue
Résultat System

PushValue() public méthode

public PushValue ( ILGenerator il ) : void
il System.Reflection.Emit.ILGenerator
Résultat void