Méthode | Description | |
---|---|---|
Push ( |
Add the AST a to the back of the vector. The size is increased by 1.
|
|
Resize ( uint newSize ) : void |
Resize the vector to newSize.
|
|
ToString ( ) : string |
Retrieves a string representation of the vector.
|
|
Translate ( |
Translates all ASTs in the vector to ctx.
|
|
this ( uint i ) : |
Retrieves the i-th object in the vector. May throw an IndexOutOfBoundsException when i is out of range. |
Méthode | Description | |
---|---|---|
ASTVector ( |
||
ASTVector ( |
||
DecRef ( |
||
IncRef ( |
public Resize ( uint newSize ) : void | ||
newSize | uint | The new size of the vector. |
Résultat | void |
public Translate ( |
||
ctx | A context | |
Résultat |