Package xyz.cofe.text.template.ast
Class Text
java.lang.Object
xyz.cofe.text.template.ast.AstNode
xyz.cofe.text.template.ast.Text
- All Implemented Interfaces:
xyz.cofe.collection.GetTreeParent<AstNode>,xyz.cofe.collection.ImTree<AstNode>,xyz.cofe.collection.ImTreeWalk<AstNode>,xyz.cofe.collection.IndexTree<AstNode>,xyz.cofe.collection.Tree<AstNode>,xyz.cofe.collection.TreeNotify<AstNode>,xyz.cofe.collection.UpTree<AstNode>
public class Text extends AstNode
AST - текстовый узел
- Author:
- nt.gocha@gmail.com
-
Nested Class Summary
-
Field Summary
Fields Modifier and Type Field Description xyz.cofe.text.lex.Tokentoken -
Constructor Summary
Constructors Constructor Description Text(xyz.cofe.text.lex.Token token) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface xyz.cofe.collection.IndexTree
deepOffset, getNodesCount, getRootOffset, treeNotify