C# 클래스 OpenSim.Region.OptionalModules.Scripting.PC.Compiler.ExpFun

상속: Exp
파일 보기 프로젝트 열기: takayuki/opensim-pcproject

공개 프로퍼티들

프로퍼티 타입 설명
val ExpPair

공개 메소드들

메소드 설명
ExpFun ( Parser yyp ) : System
ExpFun ( Parser yyp, ExpPair val ) : System
ToString ( ) : string

메소드 상세

ExpFun() 공개 메소드

public ExpFun ( Parser yyp ) : System
yyp Tools.Parser
리턴 System

ExpFun() 공개 메소드

public ExpFun ( Parser yyp, ExpPair val ) : System
yyp Parser
val ExpPair
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

val 공개적으로 프로퍼티

public ExpPair val
리턴 ExpPair