C# Class EsotericIDE.Quipu.QuipuEnv

Inheritance: ExecutionEnvironment
Afficher le fichier Open project: Timwi/EsotericIDE Class Usage Examples

Méthodes publiques

Свойство Type Description
CurrentKnot int
CurrentThread int
Input System.IO.TextReader
Stack Stack
ThreadValues List

Méthodes publiques

Méthode Description
AddOutput ( string str ) : void
GetNumber ( ) : System.Numerics.BigInteger
QuipuEnv ( Program program, string input ) : System
UpdateWatch ( ) : void

Méthodes protégées

Méthode Description
GetProgram ( ) : IEnumerable

Method Details

AddOutput() public méthode

public AddOutput ( string str ) : void
str string
Résultat void

GetNumber() public méthode

public GetNumber ( ) : System.Numerics.BigInteger
Résultat System.Numerics.BigInteger

GetProgram() protected méthode

protected GetProgram ( ) : IEnumerable
Résultat IEnumerable

QuipuEnv() public méthode

public QuipuEnv ( Program program, string input ) : System
program Program
input string
Résultat System

UpdateWatch() public méthode

public UpdateWatch ( ) : void
Résultat void

Property Details

CurrentKnot public_oe property

public int CurrentKnot
Résultat int

CurrentThread public_oe property

public int CurrentThread
Résultat int

Input public_oe property

public TextReader,System.IO Input
Résultat System.IO.TextReader

Stack public_oe property

public Stack Stack
Résultat Stack

ThreadValues public_oe property

public List ThreadValues
Résultat List