Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Spring
Expressions
Parser
antlr
TokenWithIndex
C# 클래스 Spring.Expressions.Parser.antlr.TokenWithIndex
This token tracks it's own index 0..n-1 relative to the beginning of the stream. It is designed to work with
TokenStreamRewriteEngine
in TokenStreamRewriteEngine.cs
상속:
CommonToken
파일 보기
프로젝트 열기: spring-projects/spring-net
공개 메소드들
메소드
설명
ToString
( ) :
string
TokenWithIndex
( )
TokenWithIndex
(
int
i
,
string
t
)
getIndex
( ) :
int
setIndex
(
int
i
) :
void
메소드 상세
ToString()
공개
메소드
public
ToString
( ) :
string
리턴
string
TokenWithIndex()
공개
메소드
public
TokenWithIndex
( )
TokenWithIndex()
공개
메소드
public
TokenWithIndex
(
int
i
,
string
t
)
i
int
t
string
getIndex()
공개
메소드
public
getIndex
( ) :
int
리턴
int
setIndex()
공개
메소드
public
setIndex
(
int
i
) :
void
i
int
리턴
void