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

    Nested classes/interfaces inherited from interface xyz.cofe.collection.ImTreeWalk

    xyz.cofe.collection.ImTreeWalk.Walk<A extends xyz.cofe.collection.ImTree<? extends A>>
  • Field Summary

    Fields inherited from class xyz.cofe.cxel.ast.MapEntryAST

    key, value

    Fields inherited from class xyz.cofe.cxel.ast.ASTBase

    begin, end
  • Constructor Summary

    Constructors 
    Modifier Constructor Description
    protected MapPropEntreyAST()  
    protected MapPropEntreyAST​(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
    MapPropEntreyAST clone()
    Клонирование AST узла

    Methods inherited from class xyz.cofe.cxel.ast.MapEntryAST

    children, key, key, value, value

    Methods inherited from class xyz.cofe.cxel.ast.ASTBase

    begin, children, children, cloneAndConf, emptyChildren, end

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface xyz.cofe.cxel.ast.AST

    nodes

    Methods inherited from interface xyz.cofe.collection.ImTreeWalk

    walk