| Package | Description |
|---|---|
| xyz.cofe.collection |
Общие классы и интерфейсы: Функции, Пара, Конвертор и т.д.
|
| xyz.cofe.collection.tree |
Закрытие объектов (Closeable), подписчики, линивое значение, приемник
|
| xyz.cofe.io | |
| xyz.cofe.text.ast | |
| xyz.cofe.text.template | |
| xyz.cofe.xml |
Классы для работы с XML
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicVisitor<T>
Визитер, простая реализация
|
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
BasicVisitor.visit(Visitor<T> visitor,
T start,
NodesExtracter<T,T> extracter)
Обходит дерево
|
| Modifier and Type | Method and Description |
|---|---|
static <Node extends TreeNode<?>> |
AbstractTreeNode.visit(Visitor<Node> visitor,
TreeNode<Node> startNode) |
| Modifier and Type | Method and Description |
|---|---|
void |
File.visit(Visitor<File> visitor) |
| Modifier and Type | Method and Description |
|---|---|
static void |
AstNode.visit(AstNode tree,
Visitor<AstNode> visitor) |
| Modifier and Type | Class and Description |
|---|---|
class |
EvalVisitor<ResultType,EvalCode,EvalText> |
class |
TemplateASTVisitor |
| Modifier and Type | Method and Description |
|---|---|
static void |
XmlUtil.visit(Visitor<Node> visitor,
Node start)
Обход XML узлов
|
Copyright © 2018. All rights reserved.