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