C# 클래스 Bike.Interpreter.Builtin.BikeFunction

상속: BikeObject
파일 보기 프로젝트 열기: buunguyen/bike 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Body SourceElements
BoundScope Bike.Interpreter.ScopeFrame
Node Node
Parameters List

공개 메소드들

메소드 설명
BikeFunction ( Node node, Identifier funcName, List parameters, SourceElements body, ScopeFrame boundScope ) : System.Collections.Generic

비공개 메소드들

메소드 설명
DefineVariables ( ) : void

메소드 상세

BikeFunction() 공개 메소드

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
리턴 System.Collections.Generic

프로퍼티 상세

Body 공개적으로 프로퍼티

public SourceElements Body
리턴 SourceElements

BoundScope 공개적으로 프로퍼티

public ScopeFrame,Bike.Interpreter BoundScope
리턴 Bike.Interpreter.ScopeFrame

Node 공개적으로 프로퍼티

public Node Node
리턴 Node

Parameters 공개적으로 프로퍼티

public List Parameters
리턴 List