Package xyz.cofe.cxel.ast
Class MapLiteralEntreyAST
java.lang.Object
xyz.cofe.cxel.ast.ASTBase<SELF>
xyz.cofe.cxel.ast.MapEntryAST<LiteralAST,MapLiteralEntreyAST>
xyz.cofe.cxel.ast.MapLiteralEntreyAST
- 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 MapLiteralEntreyAST extends MapEntryAST<LiteralAST,MapLiteralEntreyAST>
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description protectedMapLiteralEntreyAST()protectedMapLiteralEntreyAST(MapLiteralEntreyAST sample)MapLiteralEntreyAST(xyz.cofe.text.tparse.TPointer begin, xyz.cofe.text.tparse.TPointer end, LiteralAST key, AST value) -
Method Summary
Modifier and Type Method Description MapLiteralEntreyASTclone()Клонирование AST узлаMethods inherited from class xyz.cofe.cxel.ast.ASTBase
begin, children, children, cloneAndConf, emptyChildren, end
-
Constructor Details
-
MapLiteralEntreyAST
protected MapLiteralEntreyAST() -
MapLiteralEntreyAST
-
MapLiteralEntreyAST
public MapLiteralEntreyAST(xyz.cofe.text.tparse.TPointer begin, xyz.cofe.text.tparse.TPointer end, LiteralAST key, AST value)
-
-
Method Details
-
clone
Description copied from class:ASTBaseКлонирование AST узла- Specified by:
clonein classASTBase<MapLiteralEntreyAST>- Returns:
- клон
-