Class Token
- java.lang.Object
-
- org.zkoss.zats.common.select.impl.Token
-
public class Token extends Object
The model of Selector token.- Since:
- 6.0.0
- Author:
- simonpai
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classToken.Type
-
Constructor Summary
Constructors Constructor Description Token(Token.Type group, int begin, int end)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetBeginIndex()intgetEndIndex()Token.TypegetType()Stringsource(String mother)StringtoString()
-
-
-
Constructor Detail
-
Token
public Token(Token.Type group, int begin, int end)
-
-