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

파일 보기 프로젝트 열기: boo-lang/boo

공개 메소드들

메소드 설명
IsComplexSlice ( Boo.Lang.Compiler.Ast.Slice slice ) : bool
IsComplexSlicing ( this node ) : bool
IsTargetOfAssignment ( this node ) : bool
IsTargetOfMethodInvocation ( this node ) : bool

메소드 상세

IsComplexSlice() 공개 정적인 메소드

public static IsComplexSlice ( Boo.Lang.Compiler.Ast.Slice slice ) : bool
slice Boo.Lang.Compiler.Ast.Slice
리턴 bool

IsComplexSlicing() 공개 정적인 메소드

public static IsComplexSlicing ( this node ) : bool
node this
리턴 bool

IsTargetOfAssignment() 공개 정적인 메소드

public static IsTargetOfAssignment ( this node ) : bool
node this
리턴 bool

IsTargetOfMethodInvocation() 공개 정적인 메소드

public static IsTargetOfMethodInvocation ( this node ) : bool
node this
리턴 bool