C# Класс SwfDotNet.IO.ByteCode.Compiler

Compiler class, exposes one public method: SwfDotNet.IO.ByteCode.Compiler.Compile.
Показать файл Открыть проект

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

Метод Описание
Compile ( ArrayList actionRecord ) : byte[]

Compile list of Action objects to byte code.

Compiler ( ) : System

Constructor.

Приватные методы

Метод Описание
CalcBlockOffsets ( ArrayList actionRecord ) : void

Calculate size or offset for action blocks.

CalcBranchOffsets ( ArrayList actionRecord ) : void

Calculate branch offsets.

CollapsPushActions ( ArrayList actionRecord ) : void

Collaps sequence of single push actions into one multiple-push action

Описание методов

Compile() публичный Метод

Compile list of Action objects to byte code.
public Compile ( ArrayList actionRecord ) : byte[]
actionRecord System.Collections.ArrayList List of action objects
Результат byte[]

Compiler() публичный Метод

Constructor.
public Compiler ( ) : System
Результат System