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

Datei anzeigen Open project: boo-lang/boo

Public Methods

Method Description
IsComplexSlice ( Boo.Lang.Compiler.Ast.Slice slice ) : bool
IsComplexSlicing ( this node ) : bool
IsTargetOfAssignment ( this node ) : bool
IsTargetOfMethodInvocation ( this node ) : bool

Method Details

IsComplexSlice() public static method

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

IsComplexSlicing() public static method

public static IsComplexSlicing ( this node ) : bool
node this
return bool

IsTargetOfAssignment() public static method

public static IsTargetOfAssignment ( this node ) : bool
node this
return bool

IsTargetOfMethodInvocation() public static method

public static IsTargetOfMethodInvocation ( this node ) : bool
node this
return bool