Package xyz.cofe.text

Class Template.CodeItem<V>

  • Type Parameters:
    V - тип значения передаваемое в шаблон
    Direct Known Subclasses:
    Template.BindedCodeItem
    Enclosing class:
    Template<V>

    public static class Template.CodeItem<V>
    extends Template.Item<V>
    Фрагмент шаблона - переменная которая еще не связана с функций
    • Constructor Summary

      Constructors 
      Constructor Description
      CodeItem​(java.lang.String text)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String eval​(V value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CodeItem

        public CodeItem​(java.lang.String text)
    • Method Detail

      • eval

        public java.lang.String eval​(V value)
        Specified by:
        eval in class Template.Item<V>