Package | Description |
---|---|
org.benf.cfr.reader.bytecode.analysis.parse.literal | |
org.benf.cfr.reader.entities.attributes | |
org.benf.cfr.reader.entities.constantpool |
Modifier and Type | Method and Description |
---|---|
static TypedLiteral |
TypedLiteral.getConstantPoolEntryUTF8(ConstantPoolEntryUTF8 cpe) |
Modifier and Type | Method and Description |
---|---|
ConstantPoolEntryUTF8 |
AttributeSignature.getSignature() |
Modifier and Type | Method and Description |
---|---|
ConstantPoolEntryUTF8 |
ConstantPoolEntryMethodType.getDescriptor() |
ConstantPoolEntryUTF8 |
ConstantPoolEntryNameAndType.getDescriptor() |
ConstantPoolEntryUTF8 |
ConstantPoolEntryNameAndType.getName() |
ConstantPoolEntryUTF8 |
ConstantPoolEntryModuleInfo.getName() |
ConstantPoolEntryUTF8 |
ConstantPoolEntryPackageInfo.getName() |
ConstantPoolEntryUTF8 |
ConstantPool.getUTF8Entry(int index) |
Modifier and Type | Method and Description |
---|---|
static ClassSignature |
ConstantPoolUtils.parseClassSignature(ConstantPoolEntryUTF8 signature,
ConstantPool cp) |
static MethodPrototype |
ConstantPoolUtils.parseJavaMethodPrototype(DCCommonState state,
ClassFile classFile,
JavaTypeInstance classType,
String name,
boolean instanceMethod,
Method.MethodConstructor constructorFlag,
ConstantPoolEntryUTF8 prototype,
ConstantPool cp,
boolean varargs,
boolean synthetic,
VariableNamer variableNamer,
String originalDescriptor) |
Copyright © 2011-2021. All Rights Reserved.