| Package | Description |
|---|---|
| xapi.bytecode | |
| xapi.bytecode.annotation | |
| xapi.bytecode.impl | |
| xapi.dev.scanner.impl |
| Modifier and Type | Field and Description |
|---|---|
protected ClassPool |
ClassPool.parent |
| Modifier and Type | Method and Description |
|---|---|
ClassPool |
CtClassType.getClassPool() |
ClassPool |
CtClass.getClassPool()
Returns a
ClassPool for this class. |
static ClassPool |
ClassPool.getDefault()
Returns the default class pool.
|
| Modifier and Type | Method and Description |
|---|---|
static CtClass[] |
Descriptor.getParameterTypes(String desc,
ClassPool cp)
Returns the
CtClass objects representing the parameter
types specified by the given descriptor. |
static CtClass |
Descriptor.getReturnType(String desc,
ClassPool cp)
Returns the
CtClass object representing the return
type specified by the given descriptor. |
static CtClass |
Descriptor.toCtClass(String desc,
ClassPool cp)
Returns a
CtClass object representing the type
specified by the given descriptor. |
| Constructor and Description |
|---|
ClassPool(ClassPool parent)
Creates a class pool.
|
CtClassType(InputStream ins,
ClassPool cp) |
| Modifier and Type | Method and Description |
|---|---|
static Object |
AnnotationImpl.make(ClassLoader cl,
Class<?> clazz,
ClassPool cp,
Annotation anon)
Constructs an annotation object.
|
Object |
Annotation.toAnnotationType(ClassLoader cl,
ClassPool cp)
Constructs an annotation-type object representing this annotation.
|
| Modifier and Type | Field and Description |
|---|---|
protected SingletonProvider<ClassPool> |
BytecodeAdapterService.classPool |
| Constructor and Description |
|---|
BytecodeAdapterService(ClassPool pool) |
| Modifier and Type | Method and Description |
|---|---|
ClassPool |
ClasspathResourceMap.getClassPool() |
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.