Package org.joni

Class UnsetAddrList


  • public final class UnsetAddrList
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int num  
      (package private) int[] offsets  
      (package private) EncloseNode[] targets  
    • Constructor Summary

      Constructors 
      Constructor Description
      UnsetAddrList​(int size)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(int offset, EncloseNode node)  
      void fix​(Regex regex)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • offsets

        int[] offsets
      • num

        int num
    • Constructor Detail

      • UnsetAddrList

        public UnsetAddrList​(int size)
    • Method Detail

      • add

        public void add​(int offset,
                        EncloseNode node)
      • fix

        public void fix​(Regex regex)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object