Package org.tomlj

Class Parser


  • final class Parser
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Parser()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static TomlParseResult parse​(org.antlr.v4.runtime.CharStream stream, TomlVersion version)  
      (package private) static java.util.List<java.lang.String> parseDottedKey​(java.lang.String dottedKey)  
      • Methods inherited from class java.lang.Object

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

      • Parser

        private Parser()
    • Method Detail

      • parseDottedKey

        static java.util.List<java.lang.String> parseDottedKey​(java.lang.String dottedKey)