Class Keywords.KeywordDesc

java.lang.Object
xyz.cofe.text.lex.Keywords.KeywordDesc
Enclosing class:
Keywords

public static class Keywords.KeywordDesc
extends java.lang.Object
  • Field Summary

    Fields 
    Modifier and Type Field Description
    java.lang.String id  
    java.lang.Class type  
  • Constructor Summary

    Constructors 
    Constructor Description
    KeywordDesc()  
    KeywordDesc​(java.lang.String id, java.lang.Class type)  
    KeywordDesc​(Keywords.KeywordDesc src)  
  • Method Summary

    Modifier and Type Method Description
    Keywords.KeywordDesc clone()  
    Keyword create​(java.lang.String source, int offset, int len, java.lang.String keywordText, java.lang.String id)  

    Methods inherited from class java.lang.Object

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

    • id

      public java.lang.String id
    • type

      public java.lang.Class type
  • Constructor Details

  • Method Details

    • clone

      public Keywords.KeywordDesc clone()
      Overrides:
      clone in class java.lang.Object
    • create

      public Keyword create​(java.lang.String source, int offset, int len, java.lang.String keywordText, java.lang.String id)