Class Ipv6Scanner


  • public class Ipv6Scanner
    extends Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void finish​(Ipv6Token lastUnparsedToken)
      Unreads lookahead data from the underlying character scanner.
      Ipv6Token scan()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Ipv6Scanner

        public Ipv6Scanner​(CharScanner charScanner)
    • Method Detail

      • scan

        public Ipv6Token scan()
                       throws java.text.ParseException
        Throws:
        java.text.ParseException
      • finish

        public void finish​(Ipv6Token lastUnparsedToken)
        Unreads lookahead data from the underlying character scanner.