Class AbstractNode

    • Field Detail

      • line

        private java.lang.Integer line
      • col

        private java.lang.Integer col
    • Constructor Detail

      • AbstractNode

        protected AbstractNode()
    • Method Detail

      • hasLine

        public boolean hasLine()
        Specified by:
        hasLine in interface INode
      • getLine

        public java.lang.Integer getLine()
        Specified by:
        getLine in interface INode
      • setLine

        public void setLine​(java.lang.Integer line)
        Specified by:
        setLine in interface INode
      • hasCol

        public boolean hasCol()
        Specified by:
        hasCol in interface INode
      • getCol

        public java.lang.Integer getCol()
        Specified by:
        getCol in interface INode
      • setCol

        public void setCol​(java.lang.Integer col)
        Specified by:
        setCol in interface INode
      • hasParent

        public boolean hasParent()
        Specified by:
        hasParent in interface INode