C# Class EsotericIDE.Unreadable.UnreadableEnv

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

Méthodes publiques

Méthode Description
Dec ( ) : void
Get ( ) : void
Inc ( ) : void
InitializeWatchWindow ( ) : Control
One ( ) : void
Pop ( ) : BigInteger?
Print ( ) : void
Push ( System.Numerics.BigInteger value ) : void
Read ( ) : void
Sequence ( ) : void
Set ( ) : void
SetWatchWindowFont ( FontSpec font ) : void
UnreadableEnv ( string source, string input ) : System
UpdateWatch ( ) : void

Méthodes protégées

Méthode Description
GetProgram ( ) : IEnumerable

Private Methods

Méthode Description
charStr ( System.Numerics.BigInteger value ) : string
paintMemoryPanel ( object _, PaintEventArgs e ) : void
popNotNull ( string errorMessage ) : System.Numerics.BigInteger

Method Details

Dec() public méthode

public Dec ( ) : void
Résultat void

Get() public méthode

public Get ( ) : void
Résultat void

GetProgram() protected méthode

protected GetProgram ( ) : IEnumerable
Résultat IEnumerable

Inc() public méthode

public Inc ( ) : void
Résultat void

InitializeWatchWindow() public méthode

public InitializeWatchWindow ( ) : Control
Résultat System.Windows.Forms.Control

One() public méthode

public One ( ) : void
Résultat void

Pop() public méthode

public Pop ( ) : BigInteger?
Résultat BigInteger?

Print() public méthode

public Print ( ) : void
Résultat void

Push() public méthode

public Push ( System.Numerics.BigInteger value ) : void
value System.Numerics.BigInteger
Résultat void

Read() public méthode

public Read ( ) : void
Résultat void

Sequence() public méthode

public Sequence ( ) : void
Résultat void

Set() public méthode

public Set ( ) : void
Résultat void

SetWatchWindowFont() public méthode

public SetWatchWindowFont ( FontSpec font ) : void
font FontSpec
Résultat void

UnreadableEnv() public méthode

public UnreadableEnv ( string source, string input ) : System
source string
input string
Résultat System

UpdateWatch() public méthode

public UpdateWatch ( ) : void
Résultat void