C# Class Bike.Interpreter.Builtin.BikeFunction

Inheritance: BikeObject
显示文件 Open project: buunguyen/bike Class Usage Examples

Public Properties

Property Type Description
Body SourceElements
BoundScope Bike.Interpreter.ScopeFrame
Node Node
Parameters List

Public Methods

Method Description
BikeFunction ( Node node, Identifier funcName, List parameters, SourceElements body, ScopeFrame boundScope ) : System.Collections.Generic

Private Methods

Method Description
DefineVariables ( ) : void

Method Details

BikeFunction() public method

public BikeFunction ( Node node, Identifier funcName, List parameters, SourceElements body, ScopeFrame boundScope ) : System.Collections.Generic
node Node
funcName Identifier
parameters List
body SourceElements
boundScope Bike.Interpreter.ScopeFrame
return System.Collections.Generic

Property Details

Body public_oe property

public SourceElements Body
return SourceElements

BoundScope public_oe property

public ScopeFrame,Bike.Interpreter BoundScope
return Bike.Interpreter.ScopeFrame

Node public_oe property

public Node Node
return Node

Parameters public_oe property

public List Parameters
return List