Class ParseSignatureBuilder


  • public class ParseSignatureBuilder
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(Jar jar)  
      Scope getRoot()  
      void parse​(java.io.InputStream in)  
      • Methods inherited from class java.lang.Object

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

      • ParseSignatureBuilder

        public ParseSignatureBuilder​(Scope root)
    • Method Detail

      • add

        public void add​(Jar jar)
                 throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getRoot

        public Scope getRoot()
      • parse

        public void parse​(java.io.InputStream in)
                   throws java.lang.Exception
        Throws:
        java.lang.Exception