| Package | Description |
|---|---|
| org.cojen.classfile | |
| org.cojen.classfile.constant |
| Modifier and Type | Class and Description |
|---|---|
class |
MethodDesc
This class is used to build method descriptor strings as defined in The
Java Virtual Machine Specification.
|
class |
TypeDesc
This class is used to build field and return type descriptor strings as
defined in The Java Virtual Machine Specification.
|
| Modifier and Type | Method and Description |
|---|---|
static Descriptor |
Descriptor.parse(String desc)
Returns a descriptor string, including any generics.
|
| Modifier and Type | Method and Description |
|---|---|
ConstantNameAndTypeInfo |
ConstantPool.addConstantNameAndType(String name,
Descriptor type)
Get or create a constant name and type structure from the constant pool.
|
| Modifier and Type | Method and Description |
|---|---|
Descriptor |
ConstantNameAndTypeInfo.getType() |
| Constructor and Description |
|---|
ConstantNameAndTypeInfo(ConstantPool cp,
String name,
Descriptor type) |
Copyright © 2004-2015 Cojen. All Rights Reserved.