Class WhiteSpaceTok

java.lang.Object
xyz.cofe.text.tparse.CToken
xyz.cofe.cxel.tok.WhiteSpaceTok
All Implemented Interfaces:
xyz.cofe.text.tparse.Tok<xyz.cofe.text.tparse.CharPointer>

public class WhiteSpaceTok
extends xyz.cofe.text.tparse.CToken
Пробельные символы
  • Constructor Summary

    Constructors 
    Constructor Description
    WhiteSpaceTok​(java.util.List<xyz.cofe.text.tparse.CToken> tokens)  
    WhiteSpaceTok​(WhiteSpaceTok sample)  
  • Method Summary

    Modifier and Type Method Description
    WhiteSpaceTok clone()  

    Methods inherited from class xyz.cofe.text.tparse.CToken

    begin, end, location, text, toString

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait