C# 클래스 EsotericIDE.Unreadable.UnreadableEnv

상속: ExecutionEnvironment
파일 보기 프로젝트 열기: Timwi/EsotericIDE 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
GetProgram ( ) : IEnumerable

비공개 메소드들

메소드 설명
charStr ( System.Numerics.BigInteger value ) : string
paintMemoryPanel ( object _, PaintEventArgs e ) : void
popNotNull ( string errorMessage ) : System.Numerics.BigInteger

메소드 상세

Dec() 공개 메소드

public Dec ( ) : void
리턴 void

Get() 공개 메소드

public Get ( ) : void
리턴 void

GetProgram() 보호된 메소드

protected GetProgram ( ) : IEnumerable
리턴 IEnumerable

Inc() 공개 메소드

public Inc ( ) : void
리턴 void

InitializeWatchWindow() 공개 메소드

public InitializeWatchWindow ( ) : Control
리턴 System.Windows.Forms.Control

One() 공개 메소드

public One ( ) : void
리턴 void

Pop() 공개 메소드

public Pop ( ) : BigInteger?
리턴 BigInteger?

Print() 공개 메소드

public Print ( ) : void
리턴 void

Push() 공개 메소드

public Push ( System.Numerics.BigInteger value ) : void
value System.Numerics.BigInteger
리턴 void

Read() 공개 메소드

public Read ( ) : void
리턴 void

Sequence() 공개 메소드

public Sequence ( ) : void
리턴 void

Set() 공개 메소드

public Set ( ) : void
리턴 void

SetWatchWindowFont() 공개 메소드

public SetWatchWindowFont ( FontSpec font ) : void
font FontSpec
리턴 void

UnreadableEnv() 공개 메소드

public UnreadableEnv ( string source, string input ) : System
source string
input string
리턴 System

UpdateWatch() 공개 메소드

public UpdateWatch ( ) : void
리턴 void