C# Class EsotericIDE.Whitespace.WhitespaceEnv

Inheritance: ExecutionEnvironment
Afficher le fichier Open project: Timwi/EsotericIDE

Méthodes publiques

Méthode Description
Parse ( string source, int throwAtIndex = null ) : EsotericIDE.Whitespace.Node[]
UpdateWatch ( ) : void
WhitespaceEnv ( string source, string input, NumberInputSemantics numInputSem, CharacterSemantics outputSem ) : System

Méthodes protégées

Méthode Description
GetProgram ( ) : IEnumerable

Private Methods

Méthode Description
execute ( int nodeIx ) : int
findLabel ( string label ) : int

Method Details

GetProgram() protected méthode

protected GetProgram ( ) : IEnumerable
Résultat IEnumerable

Parse() public static méthode

public static Parse ( string source, int throwAtIndex = null ) : EsotericIDE.Whitespace.Node[]
source string
throwAtIndex int
Résultat EsotericIDE.Whitespace.Node[]

UpdateWatch() public méthode

public UpdateWatch ( ) : void
Résultat void

WhitespaceEnv() public méthode

public WhitespaceEnv ( string source, string input, NumberInputSemantics numInputSem, CharacterSemantics outputSem ) : System
source string
input string
numInputSem NumberInputSemantics
outputSem CharacterSemantics
Résultat System