C# 클래스 IronLua.Compiler.Ast.AstExtensions

파일 보기 프로젝트 열기: ericmj/IronLua

공개 메소드들

메소드 설명
IsFunctionCall ( this expression ) : bool
IsVarargs ( this expression ) : bool
LiftFunctionCall ( this prefixExpression ) : FunctionCall
LiftIdentifier ( this expression ) : string
LiftVariable ( this prefixExpression ) : Variable

메소드 상세

IsFunctionCall() 공개 정적인 메소드

public static IsFunctionCall ( this expression ) : bool
expression this
리턴 bool

IsVarargs() 공개 정적인 메소드

public static IsVarargs ( this expression ) : bool
expression this
리턴 bool

LiftFunctionCall() 공개 정적인 메소드

public static LiftFunctionCall ( this prefixExpression ) : FunctionCall
prefixExpression this
리턴 FunctionCall

LiftIdentifier() 공개 정적인 메소드

public static LiftIdentifier ( this expression ) : string
expression this
리턴 string

LiftVariable() 공개 정적인 메소드

public static LiftVariable ( this prefixExpression ) : Variable
prefixExpression this
리턴 Variable