C# Class openABAP.Compiler.UnaryExpression

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

Méthodes publiques

Méthode Description
PushValue ( ILGenerator il ) : void
UnaryExpression ( string op, IfExpression e ) : System

Method Details

PushValue() public méthode

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

UnaryExpression() public méthode

public UnaryExpression ( string op, IfExpression e ) : System
op string
e IfExpression
Résultat System