C# Class Spring.Expressions.Parser.antlr.TokenStreamRewriteEngine.RewriteOperation

Show file Open project: spring-projects/spring-net

Protected Properties

Property Type Description
index int
text string

Public Methods

Method Description
execute ( System.Text.StringBuilder buf ) : int

Execute the rewrite operation by possibly adding to the buffer.

Protected Methods

Method Description
RewriteOperation ( int index, string text )

Method Details

RewriteOperation() protected method

protected RewriteOperation ( int index, string text )
index int
text string

execute() public method

Execute the rewrite operation by possibly adding to the buffer.
public execute ( System.Text.StringBuilder buf ) : int
buf System.Text.StringBuilder rewrite buffer
return int

Property Details

index protected property

protected int index
return int

text protected property

protected string text
return string