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

Inheritance: Expression, INodeWithArguments
Datei anzeigen Open project: boo/boo-lang Class Usage Examples

Public Methods

Method Description
MethodInvocationExpression ( ) : System
MethodInvocationExpression ( Expression target ) : System
MethodInvocationExpression ( LexicalInfo lexicalInfoProvider ) : System
MethodInvocationExpression ( LexicalInfo li, Expression target ) : System

Method Details

MethodInvocationExpression() public method

public MethodInvocationExpression ( ) : System
return System

MethodInvocationExpression() public method

public MethodInvocationExpression ( Expression target ) : System
target Expression
return System

MethodInvocationExpression() public method

public MethodInvocationExpression ( LexicalInfo lexicalInfoProvider ) : System
lexicalInfoProvider LexicalInfo
return System

MethodInvocationExpression() public method

public MethodInvocationExpression ( LexicalInfo li, Expression target ) : System
li LexicalInfo
target Expression
return System