C# Class Boo.Lang.Compiler.Ast.MethodInvocationExpression

Inheritance: Expression, INodeWithArguments
Afficher le fichier Open project: boo/boo-lang Class Usage Examples

Méthodes publiques

Méthode Description
MethodInvocationExpression ( ) : System
MethodInvocationExpression ( Expression target ) : System
MethodInvocationExpression ( LexicalInfo lexicalInfoProvider ) : System
MethodInvocationExpression ( LexicalInfo li, Expression target ) : System

Method Details

MethodInvocationExpression() public méthode

public MethodInvocationExpression ( ) : System
Résultat System

MethodInvocationExpression() public méthode

public MethodInvocationExpression ( Expression target ) : System
target Expression
Résultat System

MethodInvocationExpression() public méthode

public MethodInvocationExpression ( LexicalInfo lexicalInfoProvider ) : System
lexicalInfoProvider LexicalInfo
Résultat System

MethodInvocationExpression() public méthode

public MethodInvocationExpression ( LexicalInfo li, Expression target ) : System
li LexicalInfo
target Expression
Résultat System