C# Class EsotericIDE.Unreadable.UnreadableEnv

Inheritance: ExecutionEnvironment
ファイルを表示 Open project: Timwi/EsotericIDE Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
GetProgram ( ) : IEnumerable

Private Methods

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

Method Details

Dec() public method

public Dec ( ) : void
return void

Get() public method

public Get ( ) : void
return void

GetProgram() protected method

protected GetProgram ( ) : IEnumerable
return IEnumerable

Inc() public method

public Inc ( ) : void
return void

InitializeWatchWindow() public method

public InitializeWatchWindow ( ) : Control
return System.Windows.Forms.Control

One() public method

public One ( ) : void
return void

Pop() public method

public Pop ( ) : BigInteger?
return BigInteger?

Print() public method

public Print ( ) : void
return void

Push() public method

public Push ( System.Numerics.BigInteger value ) : void
value System.Numerics.BigInteger
return void

Read() public method

public Read ( ) : void
return void

Sequence() public method

public Sequence ( ) : void
return void

Set() public method

public Set ( ) : void
return void

SetWatchWindowFont() public method

public SetWatchWindowFont ( FontSpec font ) : void
font FontSpec
return void

UnreadableEnv() public method

public UnreadableEnv ( string source, string input ) : System
source string
input string
return System

UpdateWatch() public method

public UpdateWatch ( ) : void
return void