C# Class Boo.Lang.Compiler.Steps.ProcessAssignmentsToSpecialMembers.ChainItem

Show file Open project: boo/boo-lang

Public Properties

Property Type Description
Container Boo.Lang.Compiler.Ast.Expression
Local InternalLocal

Public Methods

Method Description
ChainItem ( Expression container ) : Boo.Lang.Compiler.Ast

Method Details

ChainItem() public method

public ChainItem ( Expression container ) : Boo.Lang.Compiler.Ast
container Boo.Lang.Compiler.Ast.Expression
return Boo.Lang.Compiler.Ast

Property Details

Container public property

public Expression,Boo.Lang.Compiler.Ast Container
return Boo.Lang.Compiler.Ast.Expression

Local public property

public InternalLocal Local
return InternalLocal