C# 클래스 Spring.Expressions.Parser.antlr.TokenStreamRewriteEngine.ReplaceOp

상속: RewriteOperation
파일 보기 프로젝트 열기: spring-projects/spring-net

보호된 프로퍼티들

프로퍼티 타입 설명
lastIndex int

공개 메소드들

메소드 설명
ReplaceOp ( int from, int to, string text )
execute ( System.Text.StringBuilder buf ) : int

메소드 상세

ReplaceOp() 공개 메소드

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

execute() 공개 메소드

public execute ( System.Text.StringBuilder buf ) : int
buf System.Text.StringBuilder
리턴 int

프로퍼티 상세

lastIndex 보호되어 있는 프로퍼티

protected int lastIndex
리턴 int