Package xyz.cofe.text.template.ast
Class Escape
java.lang.Object
xyz.cofe.text.template.ast.AstNode
xyz.cofe.text.template.ast.Escape
- 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 Escape extends AstNode
AST - Escape последовательность
- Author:
- nt.gocha@gmail.com
-
Nested Class Summary
-
Field Summary
Fields Modifier and Type Field Description java.util.LinkedHashMap<java.lang.String,java.lang.String>rewriteMapxyz.cofe.text.lex.Tokentoken -
Constructor Summary
Constructors Constructor Description Escape(xyz.cofe.text.lex.Token token, java.util.LinkedHashMap<java.lang.String,java.lang.String> rewriteMap) -
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
-
Field Details
-
token
public final xyz.cofe.text.lex.Token token -
rewriteMap
public final java.util.LinkedHashMap<java.lang.String,java.lang.String> rewriteMap
-
-
Constructor Details
-
Escape
public Escape(xyz.cofe.text.lex.Token token, java.util.LinkedHashMap<java.lang.String,java.lang.String> rewriteMap)
-