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

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

Protected Properties

Свойство Type Description
lastIndex int

Méthodes publiques

Méthode Description
ReplaceOp ( int from, int to, string text )
execute ( System.Text.StringBuilder buf ) : int

Method Details

ReplaceOp() public méthode

public ReplaceOp ( int from, int to, string text )
from int
to int
text string

execute() public méthode

public execute ( System.Text.StringBuilder buf ) : int
buf System.Text.StringBuilder
Résultat int

Property Details

lastIndex protected_oe property

protected int lastIndex
Résultat int