C# 클래스 Boo.Lang.Compiler.Ast.MethodInvocationExpression

상속: Expression, INodeWithArguments
파일 보기 프로젝트 열기: boo/boo-lang 1 사용 예제들

공개 메소드들

메소드 설명
MethodInvocationExpression ( ) : System
MethodInvocationExpression ( Expression target ) : System
MethodInvocationExpression ( LexicalInfo lexicalInfoProvider ) : System
MethodInvocationExpression ( LexicalInfo li, Expression target ) : System

메소드 상세

MethodInvocationExpression() 공개 메소드

public MethodInvocationExpression ( ) : System
리턴 System

MethodInvocationExpression() 공개 메소드

public MethodInvocationExpression ( Expression target ) : System
target Expression
리턴 System

MethodInvocationExpression() 공개 메소드

public MethodInvocationExpression ( LexicalInfo lexicalInfoProvider ) : System
lexicalInfoProvider LexicalInfo
리턴 System

MethodInvocationExpression() 공개 메소드

public MethodInvocationExpression ( LexicalInfo li, Expression target ) : System
li LexicalInfo
target Expression
리턴 System