| Package | Description |
|---|---|
| org.benf.cfr.reader.bytecode.analysis.types | |
| org.benf.cfr.reader.entities | |
| org.benf.cfr.reader.entities.constantpool |
| Modifier and Type | Method and Description |
|---|---|
List<LocalVariable> |
MethodPrototype.computeParameters(Method.MethodConstructor constructorFlag,
Map<Integer,Ident> slotToIdentMap) |
void |
MethodPrototype.dumpDeclarationSignature(Dumper d,
String methName,
Method.MethodConstructor isConstructor,
MethodPrototypeAnnotationsHelper annotationsHelper,
List<AnnotationTableTypeEntry> returnTypeAnnotations) |
void |
MethodPrototype.setNonMethodScopedSyntheticConstructorParameters(Method.MethodConstructor constructorFlag,
DecompilerComments comments,
Map<Integer,JavaTypeInstance> synthetics) |
| Constructor and Description |
|---|
MethodPrototype(DCCommonState state,
ClassFile classFile,
JavaTypeInstance classType,
String name,
boolean instanceMethod,
Method.MethodConstructor constructorFlag,
List<FormalTypeParameter> formalTypeParameters,
List<JavaTypeInstance> args,
JavaTypeInstance result,
List<JavaTypeInstance> exceptionTypes,
boolean varargs,
VariableNamer variableNamer,
boolean synthetic,
String originalDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
Method.MethodConstructor |
Method.getConstructorFlag() |
static Method.MethodConstructor |
Method.MethodConstructor.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Method.MethodConstructor[] |
Method.MethodConstructor.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Method.setConstructorFlag(Method.MethodConstructor flag) |
| Modifier and Type | Method and Description |
|---|---|
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.