C# 클래스 Absyn.FunctionDef

상속: Exp
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Body Exp
Count int
Name String
Params System.Collections.ArrayList

공개 메소드들

메소드 설명
FunctionDef ( String n, ArrayList p, Exp b ) : System
ToString ( ) : String
Visit ( IExpVisitor v ) : void

메소드 상세

FunctionDef() 공개 메소드

public FunctionDef ( String n, ArrayList p, Exp b ) : System
n String
p System.Collections.ArrayList
b Exp
리턴 System

ToString() 공개 메소드

public ToString ( ) : String
리턴 String

Visit() 공개 메소드

public Visit ( IExpVisitor v ) : void
v IExpVisitor
리턴 void

프로퍼티 상세

Body 공개적으로 프로퍼티

public Exp,Absyn Body
리턴 Exp

Count 공개적으로 프로퍼티

public int Count
리턴 int

Name 공개적으로 프로퍼티

public String Name
리턴 String

Params 공개적으로 프로퍼티

public ArrayList,System.Collections Params
리턴 System.Collections.ArrayList