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
 
Method Summary
 org.objectweb.asm.ClassVisitor getClassVisitor()
           
 ParsingConfig getConfig()
           
 Types getTypes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getClassVisitor

public org.objectweb.asm.ClassVisitor getClassVisitor()

getTypes

public Types getTypes()

getConfig

public ParsingConfig getConfig()


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