Uses of Class
xyz.cofe.text.Template.Item
-
Packages that use Template.Item Package Description xyz.cofe.text -
-
Uses of Template.Item in xyz.cofe.text
Subclasses of Template.Item in xyz.cofe.text Modifier and Type Class Description static classTemplate.BindedCodeItem<V>Фрагмент шаблона - переменная которая уже связана с функцийstatic classTemplate.CodeItem<V>Фрагмент шаблона - переменная которая еще не связана с функцийstatic classTemplate.TextItem<V>Фрагмент шаблона - обычный текстFields in xyz.cofe.text with type parameters of type Template.Item Modifier and Type Field Description protected java.util.List<Template.Item<V>>Template. itemsЭлементы шаблонаMethods in xyz.cofe.text that return types with arguments of type Template.Item Modifier and Type Method Description java.util.List<Template.Item<V>>Template. items()Возвращает элементы шаблонаConstructor parameters in xyz.cofe.text with type arguments of type Template.Item Constructor Description Template(java.util.List<Template.Item<V>> items)Конструктор
-