Package | Description |
---|---|
org.glassfish.pfl.dynamic.codegen.impl | |
org.glassfish.pfl.dynamic.codegen.spi |
Class and Description |
---|
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 |
Class and Description |
---|
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 © 2017 Oracle. All rights reserved.