Package xyz.cofe.cxel.ast
Class MapEntryAST<KEY extends AST,SELF extends MapEntryAST<KEY,SELF>>
java.lang.Object
xyz.cofe.cxel.ast.ASTBase<SELF>
xyz.cofe.cxel.ast.MapEntryAST<KEY,SELF>
- All Implemented Interfaces:
xyz.cofe.collection.ImTree<AST>,xyz.cofe.collection.ImTreeWalk<AST>,AST,xyz.cofe.text.tparse.Tok<xyz.cofe.text.tparse.TPointer>
- Direct Known Subclasses:
MapExprEntreyAST,MapLiteralEntreyAST,MapPropEntreyAST
public abstract class MapEntryAST<KEY extends AST,SELF extends MapEntryAST<KEY,SELF>> extends ASTBase<SELF>
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description protectedMapEntryAST()protectedMapEntryAST(SELF sample)MapEntryAST(xyz.cofe.text.tparse.TPointer begin, xyz.cofe.text.tparse.TPointer end, KEY key, AST value) -
Method Summary
Methods inherited from class xyz.cofe.cxel.ast.ASTBase
begin, children, children, clone, cloneAndConf, emptyChildren, end
-
Field Details
-
Constructor Details
-
MapEntryAST
protected MapEntryAST() -
MapEntryAST
-
MapEntryAST
-
-
Method Details