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

Afficher le fichier Open project: spring-projects/spring-net

Protected Properties

Свойство Type Description
index int
text string

Méthodes publiques

Méthode Description
execute ( System.Text.StringBuilder buf ) : int

Execute the rewrite operation by possibly adding to the buffer.

Méthodes protégées

Méthode Description
RewriteOperation ( int index, string text )

Method Details

RewriteOperation() protected méthode

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

execute() public méthode

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

Property Details

index protected_oe property

protected int index
Résultat int

text protected_oe property

protected string text
Résultat string