Class ParsingContext


  • public class ParsingContext
    extends Object
    Parsing context for parsing jars and directories and getting a classmodel back
    Author:
    Jerome Dochez
    • Method Detail

      • getTypeBuilder

        public TypeBuilder getTypeBuilder​(URI definingURI)
      • getTypes

        public Types getTypes()
        Return the holder instance of all the visited types. This should only be called once the Parser.awaitTermination() has returned.
        Returns:
        the visited types.
      • getClassVisitor

        public org.objectweb.asm.ClassVisitor getClassVisitor​(URI uri,
                                                              String entryName)
      • getClassVisitor

        public org.objectweb.asm.ClassVisitor getClassVisitor​(URI uri,
                                                              String entryName,
                                                              boolean isApplicationClass)