Uses of Class
org.glassfish.hk2.classmodel.reflect.ParsingContext

Packages that use ParsingContext
com.sun.hk2.component   
org.glassfish.hk2.classmodel.reflect   
org.glassfish.hk2.classmodel.reflect.impl   
org.glassfish.hk2.inhabitants   
org.jvnet.hk2.component.classmodel   
org.jvnet.hk2.config   
 

Uses of ParsingContext in com.sun.hk2.component
 

Methods in com.sun.hk2.component with parameters of type ParsingContext
 void IntrospectionScanner.parse(ParsingContext context, Holder<ClassLoader> loader)
          Deprecated. Called by the introspection framework with the class model context.
 

Constructors in com.sun.hk2.component with parameters of type ParsingContext
InhabitantIntrospectionScanner(ParsingContext context)
          Deprecated.  
 

Uses of ParsingContext in org.glassfish.hk2.classmodel.reflect
 

Methods in org.glassfish.hk2.classmodel.reflect that return ParsingContext
 ParsingContext ParsingContext.Builder.build()
          Build the final ParsingContext with the provided configuration.
 ParsingContext Parser.getContext()
          Returns the context this parser instance was initialized with during the call to Parser.Parser(ParsingContext)
 

Constructors in org.glassfish.hk2.classmodel.reflect with parameters of type ParsingContext
Parser(ParsingContext context)
           
 

Uses of ParsingContext in org.glassfish.hk2.classmodel.reflect.impl
 

Constructors in org.glassfish.hk2.classmodel.reflect.impl with parameters of type ParsingContext
ModelClassVisitor(ParsingContext ctx, URI definingURI, String entryName)
           
 

Uses of ParsingContext in org.glassfish.hk2.inhabitants
 

Constructors in org.glassfish.hk2.inhabitants with parameters of type ParsingContext
InhabitantIntrospectionScanner(ParsingContext context)
           
 

Uses of ParsingContext in org.jvnet.hk2.component.classmodel
 

Methods in org.jvnet.hk2.component.classmodel that return ParsingContext
 ParsingContext InhabitantsParsingContextGenerator.getContext()
          Deprecated. Retrieves the parsing context that can be used for model generation elsewhere.
 

Uses of ParsingContext in org.jvnet.hk2.config
 

Methods in org.jvnet.hk2.config with parameters of type ParsingContext
 void ConfiguredScanner.parse(ParsingContext context, Holder<ClassLoader> loader)
           
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.