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

Packages that use ParsingContext
org.glassfish.hk2.classmodel.reflect   
org.glassfish.hk2.classmodel.reflect.impl   
 

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

Methods in org.glassfish.hk2.classmodel.reflect that return ParsingContext
 ParsingContext ParsingContext.Builder.build()
           
 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)
           
ParsingContext(ParsingContext parent)
           
 

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, java.net.URI definingURI, java.lang.String entryName)
           
 



Copyright © 2010 Sun Microsystems, Inc.. All Rights Reserved.