Uses of Package
org.glassfish.pfl.dynamic.codegen.spi

Packages that use org.glassfish.pfl.dynamic.codegen.spi
org.glassfish.pfl.dynamic.codegen.impl   
org.glassfish.pfl.dynamic.codegen.spi   
 

Classes in org.glassfish.pfl.dynamic.codegen.spi used by org.glassfish.pfl.dynamic.codegen.impl
ClassGenerator
          Represents a generated AST, which can be used to generate code.
ClassInfo
          An interface that provides information about classes.
Expression
          Simple marker interface for an Expression.
FieldInfo
           
ImportList
           
MemberInfo
          An interface that provides information common to all kinds of class members.
MethodInfo
          An interface that provides information about methods.
Signature
          Represents the signature of a method, which is sometimes needed for selecting the correct method.
Type
          Representation of Types (no generic support) used for codegen API.
Variable
           
 

Classes in org.glassfish.pfl.dynamic.codegen.spi used by org.glassfish.pfl.dynamic.codegen.spi
ClassGenerator
          Represents a generated AST, which can be used to generate code.
ClassInfo
          An interface that provides information about classes.
Expression
          Simple marker interface for an Expression.
FieldInfo
           
GenericClass
          Class that allows any class to be instantiated via any accessible constructor.
ImportList
           
Interceptor
          Interceptor interface used for byte code modification.
InterceptorContext
           
MemberInfo
          An interface that provides information common to all kinds of class members.
MethodInfo
          An interface that provides information about methods.
ModifiableClass
           
ModifiableFieldReference
           
ModifiableFieldReference.ReferenceType
           
ModifiableMethod
          Modify an existing method.
Signature
          Represents the signature of a method, which is sometimes needed for selecting the correct method.
Type
          Representation of Types (no generic support) used for codegen API.
Variable
           
 



Copyright © 2013 Oracle. All Rights Reserved.