C# 클래스 Microsoft.Bek.Frontend.AST.BekLocalFunction

상속: IEmitCode
파일 보기 프로젝트 열기: AutomataDotNet/Automata

공개 프로퍼티들

프로퍼티 타입 설명
args Microsoft.Bek.Frontend.AST.ident[]
body expr
id ident

공개 메소드들

메소드 설명
BekLocalFunction ( ident id, ident args, expr body ) : System
GenerateCode ( string language, StringBuilder sb ) : void
GetBoundVars ( ) : IEnumerable
GetFunctionNames ( ) : IEnumerable
ToC ( StringBuilder sb ) : void
ToC ( StringBuilder sb, bool ispredicate ) : void
ToCS ( StringBuilder sb ) : void
ToCS ( StringBuilder sb, bool ispredicate ) : void
ToJS ( StringBuilder sb ) : void

비공개 메소드들

메소드 설명
foo ( int a, int b, int c ) : int

메소드 상세

BekLocalFunction() 공개 메소드

public BekLocalFunction ( ident id, ident args, expr body ) : System
id ident
args ident
body expr
리턴 System

GenerateCode() 공개 메소드

public GenerateCode ( string language, StringBuilder sb ) : void
language string
sb StringBuilder
리턴 void

GetBoundVars() 공개 메소드

public GetBoundVars ( ) : IEnumerable
리턴 IEnumerable

GetFunctionNames() 공개 메소드

public GetFunctionNames ( ) : IEnumerable
리턴 IEnumerable

ToC() 공개 메소드

public ToC ( StringBuilder sb ) : void
sb StringBuilder
리턴 void

ToC() 공개 메소드

public ToC ( StringBuilder sb, bool ispredicate ) : void
sb StringBuilder
ispredicate bool
리턴 void

ToCS() 공개 메소드

public ToCS ( StringBuilder sb ) : void
sb StringBuilder
리턴 void

ToCS() 공개 메소드

public ToCS ( StringBuilder sb, bool ispredicate ) : void
sb StringBuilder
ispredicate bool
리턴 void

ToJS() 공개 메소드

public ToJS ( StringBuilder sb ) : void
sb StringBuilder
리턴 void

프로퍼티 상세

args 공개적으로 프로퍼티

public ident[],Microsoft.Bek.Frontend.AST args
리턴 Microsoft.Bek.Frontend.AST.ident[]

body 공개적으로 프로퍼티

public expr body
리턴 expr

id 공개적으로 프로퍼티

public ident,Microsoft.Bek.Frontend.AST id
리턴 ident