|
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 () |
|
Definition at line 19 of file DataStack.cs.
void Irony.Interpreter.DataStack.Init |
( |
object |
unassigned | ) |
|
object Irony.Interpreter.DataStack.Pop |
( |
| ) |
|
void Irony.Interpreter.DataStack.Pop |
( |
int |
count | ) |
|
void Irony.Interpreter.DataStack.PopUntil |
( |
int |
toCount | ) |
|
void Irony.Interpreter.DataStack.Push |
( |
object |
item | ) |
|
void Irony.Interpreter.DataStack.Replace |
( |
int |
removeCount, |
|
|
object |
item |
|
) |
| |
override string Irony.Interpreter.DataStack.ToString |
( |
| ) |
|
int Irony.Interpreter.DataStack.Count |
|
get |
object Irony.Interpreter.DataStack.LastPushedItem |
|
get |
object Irony.Interpreter.DataStack.this[int index] |
|
get |
object Irony.Interpreter.DataStack.Top |
|
get |
The documentation for this class was generated from the following file:
- D:/Projects/Bitbucket Hosting/DoxygenFilesAndSources/Paradox v1.0.0 beta06/sources/common/shaders/Irony/Interpreter/DataStack.cs