C# 클래스 SwfDotNet.IO.ByteCode.InvocationExaminer

The InvocationExaminer class analyses method/function calls and object initializations to find out how many values get pushed on or popped from stack. It is passed to an instance of CodeTraverser by the decompiler.
상속: IActionExaminer
파일 보기 프로젝트 열기: bladecoding/SwfExport

공개 메소드들

메소드 설명
Clone ( ) : IActionExaminer

Clone method, necessary for handling branches.

Examine ( int index, BaseAction a ) : void

Examine byte code action at index in action record.

InvocationExaminer ( ) : System

Constructor.

비공개 메소드들

메소드 설명
InvocationExaminer ( Stack s ) : System

Private constructor, used by Clone method.

메소드 상세

Clone() 공개 메소드

Clone method, necessary for handling branches.
public Clone ( ) : IActionExaminer
리턴 IActionExaminer

Examine() 공개 메소드

Examine byte code action at index in action record.
public Examine ( int index, BaseAction a ) : void
index int
a SwfDotNet.IO.ByteCode.Actions.BaseAction
리턴 void

InvocationExaminer() 공개 메소드

Constructor.
public InvocationExaminer ( ) : System
리턴 System