C# Class Recurity.Swf.AVM1.Stack.AVM1Stack

ファイルを表示 Open project: rtezli/Blitzableiter Class Usage Examples

Public Methods

Method Description
AVM1Stack ( ) : System

Clear ( ) : void

CopyTo ( AVM1Stack destination ) : void

Fill ( AVM1DataElement elements ) : void

Pop ( ) : AVM1DataElement

Push ( AVM1DataElement element ) : void

this ( uint distanceFromStackTop ) : AVM1DataElement

Gets the item that is the specified number of elements below the stack top. 0 is the top.

Method Details

AVM1Stack() public method

public AVM1Stack ( ) : System
return System

Clear() public method

public Clear ( ) : void
return void

CopyTo() public method

public CopyTo ( AVM1Stack destination ) : void
destination AVM1Stack
return void

Fill() public method

public Fill ( AVM1DataElement elements ) : void
elements AVM1DataElement
return void

Pop() public method

public Pop ( ) : AVM1DataElement
return AVM1DataElement

Push() public method

public Push ( AVM1DataElement element ) : void
element AVM1DataElement
return void

this() public method

Gets the item that is the specified number of elements below the stack top. 0 is the top.
public this ( uint distanceFromStackTop ) : AVM1DataElement
distanceFromStackTop uint How far to look down (0=not)
return AVM1DataElement