Constructor and Description |
---|
BatchToken(SingleToken singleToken) |
BatchToken(SingleToken singleToken,
int count) |
Modifier and Type | Method and Description |
---|---|
int |
getCount() |
SingleToken |
getSingleToken() |
TokenType |
getTokenType()
返回类型
|
String |
getWord()
返回文本
|
void |
setCount(int count) |
void |
setSingleToken(SingleToken singleToken) |
public BatchToken(SingleToken singleToken)
public BatchToken(SingleToken singleToken, int count)
public SingleToken getSingleToken()
public void setSingleToken(SingleToken singleToken)
public int getCount()
public void setCount(int count)
public TokenType getTokenType()
Token
getTokenType
in interface Token
Copyright © 2006–2018 TinyGroup. All rights reserved.