Class Comment

java.lang.Object
xyz.cofe.text.lex.Token
xyz.cofe.text.lex.Comment

public class Comment
extends Token
Лексема - коментарий
Author:
gocha
  • Field Summary

    Fields inherited from class xyz.cofe.text.lex.Token

    begin, id, length, source
  • Constructor Summary

    Constructors 
    Constructor Description
    Comment()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getId()
    Указывает на идентификатор лексемы

    Methods inherited from class xyz.cofe.text.lex.Token

    clone, getBegin, getLength, getMatchedText, getSource, setBegin, setId, setLength, setSource

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • getId

      public java.lang.String getId()
      Description copied from class: Token
      Указывает на идентификатор лексемы
      Overrides:
      getId in class Token
      Returns:
      Идентификатор лексемы