Class KeywordTok

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

public class KeywordTok
extends xyz.cofe.text.tparse.CToken
Ключевое слово
  • Constructor Summary

    Constructors 
    Constructor Description
    KeywordTok​(Keyword k, xyz.cofe.text.tparse.CharPointer begin, xyz.cofe.text.tparse.CharPointer end)  
    KeywordTok​(KeywordTok sample)
    Конструктор копирования
  • Method Summary

    Modifier and Type Method Description
    KeywordTok clone()  
    Keyword keyword()
    Возвращает ключевое слово

    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
  • Constructor Details

    • KeywordTok

      public KeywordTok​(Keyword k, xyz.cofe.text.tparse.CharPointer begin, xyz.cofe.text.tparse.CharPointer end)
    • KeywordTok

      public KeywordTok​(KeywordTok sample)
      Конструктор копирования
      Parameters:
      sample - образец
  • Method Details

    • keyword

      public Keyword keyword()
      Возвращает ключевое слово
      Returns:
      ключевое слово
    • clone

      public KeywordTok clone()
      Overrides:
      clone in class xyz.cofe.text.tparse.CToken