Class Nano.Parser

  • Enclosing class:
    Nano

    protected static class Nano.Parser
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Parser()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      protected static java.util.List<java.lang.String> split​(java.lang.String s)  
      private static java.lang.String stripQuotes​(java.lang.String s)  
      • Methods inherited from class java.lang.Object

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

      • Parser

        protected Parser()
    • Method Detail

      • split

        protected static java.util.List<java.lang.String> split​(java.lang.String s)
      • stripQuotes

        private static java.lang.String stripQuotes​(java.lang.String s)