Module org.glassfish.hk2.classmodel
Class ParsingContext
java.lang.Object
org.glassfish.hk2.classmodel.reflect.ParsingContext
Parsing context for parsing jars and directories and getting a classmodel back
- Author:
- Jerome Dochez
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionorg.objectweb.asm.ClassVisitorgetClassVisitor(URI uri, String entryName) org.objectweb.asm.ClassVisitorgetClassVisitor(URI uri, String entryName, boolean isApplicationClass) getTypeBuilder(URI definingURI) getTypes()Return the holder instance of all the visited types.
-
Method Details
-
getTypeBuilder
-
getTypes
Return the holder instance of all the visited types. This should only be called once theParser.awaitTermination()has returned.- Returns:
- the visited types.
-
getLocator
-
getClassVisitor
-
getClassVisitor
-
getConfig
-