C# 클래스 Absyn.CallExp

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

공개 프로퍼티들

프로퍼티 타입 설명
ClassName String
FunctionName String
Params Absyn.Exp[]
System bool

공개 메소드들

메소드 설명
CallExp ( String c, String f, Exp p ) : System
CallExp ( String c, String f, Exp p, Type t ) : System
ToString ( ) : String
Visit ( IExpVisitor v ) : void

메소드 상세

CallExp() 공개 메소드

public CallExp ( String c, String f, Exp p ) : System
c String
f String
p Exp
리턴 System

CallExp() 공개 메소드

public CallExp ( String c, String f, Exp p, Type t ) : System
c String
f String
p Exp
t System.Type
리턴 System

ToString() 공개 메소드

public ToString ( ) : String
리턴 String

Visit() 공개 메소드

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

프로퍼티 상세

ClassName 공개적으로 프로퍼티

public String ClassName
리턴 String

FunctionName 공개적으로 프로퍼티

public String FunctionName
리턴 String

Params 공개적으로 프로퍼티

public Exp[],Absyn Params
리턴 Absyn.Exp[]

System 공개적으로 프로퍼티

public bool System
리턴 bool