org.glassfish.hk2.classmodel.reflect
Class ParsingContext

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

public class ParsingContext
extends java.lang.Object

Parsing context for parsing jars and directories and getting a classmodel back

Author:
Jerome Dochez

Nested Class Summary
static class ParsingContext.Builder
          Context builder
 
Constructor Summary
ParsingContext(ParsingContext parent)
           
 
Method Summary
 org.objectweb.asm.ClassVisitor getClassVisitor(java.net.URI uri, java.lang.String entryName)
           
 ParsingConfig getConfig()
           
 TypeBuilder getTypeBuilder(java.net.URI definingURI)
           
 Types getTypes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParsingContext

public ParsingContext(ParsingContext parent)
Method Detail

getTypeBuilder

public TypeBuilder getTypeBuilder(java.net.URI definingURI)

getTypes

public Types getTypes()

getClassVisitor

public org.objectweb.asm.ClassVisitor getClassVisitor(java.net.URI uri,
                                                      java.lang.String entryName)

getConfig

public ParsingConfig getConfig()


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