Package org.joni.ast

Class AnchorNode

    • Field Detail

      • type

        public int type
      • target

        public Node target
      • charLength

        public int charLength
    • Constructor Detail

      • AnchorNode

        public AnchorNode​(int type)
    • Method Detail

      • getType

        public int getType()
        Specified by:
        getType in class Node
      • setChild

        protected void setChild​(Node newChild)
        Overrides:
        setChild in class Node
      • setTarget

        public void setTarget​(Node tgt)
      • getName

        public java.lang.String getName()
        Specified by:
        getName in class Node
      • toString

        public java.lang.String toString​(int level)
        Specified by:
        toString in class Node
      • typeToString

        public java.lang.String typeToString()
      • isType

        private boolean isType​(int type)