java.lang.Object
org.glassfish.hk2.classmodel.reflect.ParsingContext

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

    • 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.
    • getLocator

      public ResourceLocator getLocator()
    • getClassVisitor

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

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

      public ParsingConfig getConfig()