C# 클래스 EsotericIDE.Whitespace.WhitespaceEnv

상속: ExecutionEnvironment
파일 보기 프로젝트 열기: Timwi/EsotericIDE

공개 메소드들

메소드 설명
Parse ( string source, int throwAtIndex = null ) : EsotericIDE.Whitespace.Node[]
UpdateWatch ( ) : void
WhitespaceEnv ( string source, string input, NumberInputSemantics numInputSem, CharacterSemantics outputSem ) : System

보호된 메소드들

메소드 설명
GetProgram ( ) : IEnumerable

비공개 메소드들

메소드 설명
execute ( int nodeIx ) : int
findLabel ( string label ) : int

메소드 상세

GetProgram() 보호된 메소드

protected GetProgram ( ) : IEnumerable
리턴 IEnumerable

Parse() 공개 정적인 메소드

public static Parse ( string source, int throwAtIndex = null ) : EsotericIDE.Whitespace.Node[]
source string
throwAtIndex int
리턴 EsotericIDE.Whitespace.Node[]

UpdateWatch() 공개 메소드

public UpdateWatch ( ) : void
리턴 void

WhitespaceEnv() 공개 메소드

public WhitespaceEnv ( string source, string input, NumberInputSemantics numInputSem, CharacterSemantics outputSem ) : System
source string
input string
numInputSem NumberInputSemantics
outputSem CharacterSemantics
리턴 System