TokenRewriteStreamRewriteOperation Class |
[Missing <summary> documentation for "T:Stimulsoft.Data.Expressions.Antlr.Runtime.TokenRewriteStream.RewriteOperation"]
Namespace: Stimulsoft.Data.Expressions.Antlr.Runtime
The TokenRewriteStreamRewriteOperation type exposes the following members.
| Name | Description | |
|---|---|---|
| TokenRewriteStreamRewriteOperation(TokenRewriteStream, Int32) | Initializes a new instance of the TokenRewriteStreamRewriteOperation class | |
| TokenRewriteStreamRewriteOperation(TokenRewriteStream, Int32, Object) | Initializes a new instance of the TokenRewriteStreamRewriteOperation class |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Execute |
Execute the rewrite operation by possibly adding to the buffer.
Return the index of the next token to operate on.
| |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | (Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| index | Token buffer index. | |
| instructionIndex | What index into rewrites List are we? | |
| stream | ||
| text |