C# 클래스 Rhino.InterpreterData

상속: DebuggableScript
파일 보기 프로젝트 열기: hazzik/Rhino.Net 1 사용 예제들

공개 메소드들

메소드 설명
GetFunction ( int index ) : DebuggableScript
GetFunctionCount ( ) : int
GetFunctionName ( ) : string
GetLineNumbers ( ) : int[]
GetParamAndVarCount ( ) : int
GetParamCount ( ) : int
GetParamOrVarConst ( int index ) : bool
GetParamOrVarName ( int index ) : string
GetParent ( ) : DebuggableScript
GetSourceName ( ) : string
IsFunction ( ) : bool
IsGeneratedScript ( ) : bool
IsTopLevel ( ) : bool

비공개 메소드들

메소드 설명
Init ( ) : void
InterpreterData ( Rhino parent ) : Rhino
InterpreterData ( int languageVersion, string sourceFile, string encodedSource, bool isStrict ) : Rhino

메소드 상세

GetFunction() 공개 메소드

public GetFunction ( int index ) : DebuggableScript
index int
리턴 DebuggableScript

GetFunctionCount() 공개 메소드

public GetFunctionCount ( ) : int
리턴 int

GetFunctionName() 공개 메소드

public GetFunctionName ( ) : string
리턴 string

GetLineNumbers() 공개 메소드

public GetLineNumbers ( ) : int[]
리턴 int[]

GetParamAndVarCount() 공개 메소드

public GetParamAndVarCount ( ) : int
리턴 int

GetParamCount() 공개 메소드

public GetParamCount ( ) : int
리턴 int

GetParamOrVarConst() 공개 메소드

public GetParamOrVarConst ( int index ) : bool
index int
리턴 bool

GetParamOrVarName() 공개 메소드

public GetParamOrVarName ( int index ) : string
index int
리턴 string

GetParent() 공개 메소드

public GetParent ( ) : DebuggableScript
리턴 DebuggableScript

GetSourceName() 공개 메소드

public GetSourceName ( ) : string
리턴 string

IsFunction() 공개 메소드

public IsFunction ( ) : bool
리턴 bool

IsGeneratedScript() 공개 메소드

public IsGeneratedScript ( ) : bool
리턴 bool

IsTopLevel() 공개 메소드

public IsTopLevel ( ) : bool
리턴 bool