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

Datei anzeigen 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_oe property

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

Local public_oe property

public InternalLocal Local
return InternalLocal