C# Class IronPython.Modules._ast.BinOp

Inheritance: expr
Afficher le fichier Open project: jschementi/iron

Méthodes publiques

Méthode Description
BinOp ( ) : System
BinOp ( expr left, @operator op, expr right, [ lineno ) : System

Private Methods

Méthode Description
BinOp ( BinaryExpression expr, @operator op ) : System

Method Details

BinOp() public méthode

public BinOp ( ) : System
Résultat System

BinOp() public méthode

public BinOp ( expr left, @operator op, expr right, [ lineno ) : System
left expr
op @operator
right expr
lineno [
Résultat System