InsertBeforeOp

Rewriter operation

Constructors

this
this(size_t index, Variant text)
Undocumented in source.

Members

Functions

execute
size_t execute(Variant buf)

@uml @override

Inherited Members

From RewriteOperation

instructionIndex
size_t instructionIndex;

What index into rewrites List are we?

index
size_t index;

Token buffer index.

text
Variant text;
Undocumented in source.
execute
size_t execute(Variant buf)

Execute the rewrite operation by possibly adding to the buffer. Return the index of the next token to operate on.

toString
string toString()

@uml @override

Meta