Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
Irony.Interpreter.DataStack Class Reference

Public Member Functions

void Init (object unassigned)
 
object Pop ()
 
void Pop (int count)
 
void PopUntil (int toCount)
 
void Push (object item)
 
void Replace (int removeCount, object item)
 
override string ToString ()
 

Properties

int Count [get]
 
object this[int index] [get]
 
object Top [get]
 
object LastPushedItem [get]
 

Detailed Description

Definition at line 19 of file DataStack.cs.

Member Function Documentation

void Irony.Interpreter.DataStack.Init ( object  unassigned)

Definition at line 25 of file DataStack.cs.

object Irony.Interpreter.DataStack.Pop ( )

Definition at line 40 of file DataStack.cs.

References Irony.Resources.ErrInternalErrDataPopFailed.

void Irony.Interpreter.DataStack.Pop ( int  count)

Definition at line 47 of file DataStack.cs.

References DirectX.count.

void Irony.Interpreter.DataStack.PopUntil ( int  toCount)

Definition at line 50 of file DataStack.cs.

void Irony.Interpreter.DataStack.Push ( object  item)

Definition at line 54 of file DataStack.cs.

Referenced by Irony.Interpreter.Ast.IdentifierNode.EvaluateNode().

void Irony.Interpreter.DataStack.Replace ( int  removeCount,
object  item 
)

Definition at line 58 of file DataStack.cs.

override string Irony.Interpreter.DataStack.ToString ( )

Definition at line 65 of file DataStack.cs.

Property Documentation

int Irony.Interpreter.DataStack.Count
get

Definition at line 31 of file DataStack.cs.

object Irony.Interpreter.DataStack.LastPushedItem
get

Definition at line 62 of file DataStack.cs.

object Irony.Interpreter.DataStack.this[int index]
get

Definition at line 34 of file DataStack.cs.

object Irony.Interpreter.DataStack.Top
get

Definition at line 37 of file DataStack.cs.


The documentation for this class was generated from the following file: