|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Descriptor | |
---|---|
org.cojen.classfile | |
org.cojen.classfile.constant |
Uses of Descriptor in org.cojen.classfile |
---|
Subclasses of Descriptor in org.cojen.classfile | |
---|---|
class |
MethodDesc
This class is used to build method descriptor strings as defined in The Java Virtual Machine Specification, section 4.3.3. |
class |
TypeDesc
This class is used to build field and return type descriptor strings as defined in The Java Virtual Machine Specification, section 4.3.2. |
Methods in org.cojen.classfile that return Descriptor | |
---|---|
static Descriptor |
Descriptor.parse(String desc)
Returns a descriptor string, including any generics. |
Methods in org.cojen.classfile with parameters of type Descriptor | |
---|---|
ConstantNameAndTypeInfo |
ConstantPool.addConstantNameAndType(String name,
Descriptor type)
Get or create a constant name and type structure from the constant pool. |
Uses of Descriptor in org.cojen.classfile.constant |
---|
Methods in org.cojen.classfile.constant that return Descriptor | |
---|---|
Descriptor |
ConstantNameAndTypeInfo.getType()
|
Constructors in org.cojen.classfile.constant with parameters of type Descriptor | |
---|---|
ConstantNameAndTypeInfo(ConstantPool cp,
String name,
Descriptor type)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |