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
Показать файл Открыть проект

Открытые методы

Метод Описание
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