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

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

보호된 프로퍼티들

프로퍼티 타입 설명
index int
text string

공개 메소드들

메소드 설명
execute ( System.Text.StringBuilder buf ) : int

Execute the rewrite operation by possibly adding to the buffer.

보호된 메소드들

메소드 설명
RewriteOperation ( int index, string text )

메소드 상세

RewriteOperation() 보호된 메소드

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

execute() 공개 메소드

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

프로퍼티 상세

index 보호되어 있는 프로퍼티

protected int index
리턴 int

text 보호되어 있는 프로퍼티

protected string text
리턴 string