Package xyz.cofe.cxel.ast
Class MapExprEntreyAST
java.lang.Object
- All Implemented Interfaces:
xyz.cofe.collection.ImTree<AST>,xyz.cofe.collection.ImTreeWalk<AST>,AST,xyz.cofe.text.tparse.Tok<xyz.cofe.text.tparse.TPointer>
public class MapExprEntreyAST extends MapEntryAST<AST,MapExprEntreyAST>
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description protectedMapExprEntreyAST()protectedMapExprEntreyAST(MapExprEntreyAST sample)MapExprEntreyAST(xyz.cofe.text.tparse.TPointer begin, xyz.cofe.text.tparse.TPointer end, AST key, AST value) -
Method Summary
Modifier and Type Method Description MapExprEntreyASTclone()Клонирование AST узлаMethods inherited from class xyz.cofe.cxel.ast.ASTBase
begin, children, children, cloneAndConf, emptyChildren, end
-
Constructor Details
-
MapExprEntreyAST
protected MapExprEntreyAST() -
MapExprEntreyAST
-
MapExprEntreyAST
-
-
Method Details
-
clone
Description copied from class:ASTBaseКлонирование AST узла- Specified by:
clonein classASTBase<MapExprEntreyAST>- Returns:
- клон
-