类 Token
java.lang.Object
cn.taketoday.expression.spel.standard.Token
Holder for a kind of token, the associated data and its position in the input data
stream (start/end).
- 从以下版本开始:
- 4.0
- 作者:
- Andy Clement
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
kind
-
data
-
startPos
public int startPos -
endPos
public int endPos
-
-
构造器详细资料
-
Token
Constructor for use when there is no particular data for the token (e.g. TRUE or '+')- 参数:
startPos- the exact startendPos- the index to the last character
-
Token
-
-
方法详细资料