C# 클래스 ElizaCore.Decomp

Eliza decomposition rule
파일 보기 프로젝트 열기: xamarin/monotouch-samples 1 사용 예제들

공개 메소드들

메소드 설명
Mem ( ) : bool

Get the mem flag.

Get the mem flag.

NextRule ( ) : string

Get the next reassembly rule.

Get the next reassembly rule.

Pattern ( ) : string

Get the pattern.

Get the pattern.

Print ( int indent ) : void

Print out the decomp rule.

Print out the decomp rule.

StepRule ( ) : void

Step to the next reassembly rule.

Step to the next reassembly rule. If mem is true, pick a random rule.

비공개 메소드들

메소드 설명
Decomp ( string pattern, bool mem, ReasembList reasemb ) : System

Initialize the decomp rule

메소드 상세

Mem() 공개 메소드

Get the mem flag.
Get the mem flag.
public Mem ( ) : bool
리턴 bool

NextRule() 공개 메소드

Get the next reassembly rule.
Get the next reassembly rule.
public NextRule ( ) : string
리턴 string

Pattern() 공개 메소드

Get the pattern.
Get the pattern.
public Pattern ( ) : string
리턴 string

Print() 공개 메소드

Print out the decomp rule.
Print out the decomp rule.
public Print ( int indent ) : void
indent int
리턴 void

StepRule() 공개 메소드

Step to the next reassembly rule.
Step to the next reassembly rule. If mem is true, pick a random rule.
public StepRule ( ) : void
리턴 void