Package org.staccato

Class StaccatoParserContext


  • public class StaccatoParserContext
    extends java.lang.Object
    • Constructor Detail

      • StaccatoParserContext

        public StaccatoParserContext​(Parser parser)
    • Method Detail

      • getDictionary

        public java.util.Map<java.lang.String,​java.lang.Object> getDictionary()
      • loadDictionary

        public StaccatoParserContext loadDictionary​(java.io.Reader reader)
                                             throws java.io.IOException
        Throws:
        java.io.IOException
      • getParser

        public Parser getParser()
      • loadDictionary

        public StaccatoParserContext loadDictionary​(java.io.InputStream stream)
                                             throws java.io.IOException
        Throws:
        java.io.IOException
      • loadDictionary

        public StaccatoParserContext loadDictionary​(java.io.File file)
                                             throws java.io.IOException
        Throws:
        java.io.IOException
      • getKey

        public Key getKey()