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 |
---|---|
java.util.List<LocalVariable> |
MethodPrototype.computeParameters(Method.MethodConstructor constructorFlag,
java.util.Map<java.lang.Integer,Ident> slotToIdentMap) |
void |
MethodPrototype.dumpDeclarationSignature(Dumper d,
java.lang.String methName,
Method.MethodConstructor isConstructor,
MethodPrototypeAnnotationsHelper annotationsHelper,
java.util.List<AnnotationTableTypeEntry> returnTypeAnnotations) |
void |
MethodPrototype.setNonMethodScopedSyntheticConstructorParameters(Method.MethodConstructor constructorFlag,
DecompilerComments comments,
java.util.Map<java.lang.Integer,JavaTypeInstance> synthetics) |
Constructor and Description |
---|
MethodPrototype(DCCommonState state,
ClassFile classFile,
JavaTypeInstance classType,
java.lang.String name,
boolean instanceMethod,
Method.MethodConstructor constructorFlag,
java.util.List<FormalTypeParameter> formalTypeParameters,
java.util.List<JavaTypeInstance> args,
JavaTypeInstance result,
java.util.List<JavaTypeInstance> exceptionTypes,
boolean varargs,
VariableNamer variableNamer,
boolean synthetic,
java.lang.String originalDescriptor) |
Modifier and Type | Field and Description |
---|---|
private Method.MethodConstructor |
Method.isConstructor |
Modifier and Type | Method and Description |
---|---|
Method.MethodConstructor |
Method.getConstructorFlag() |
static Method.MethodConstructor |
Method.MethodConstructor.valueOf(java.lang.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 |
---|---|
private MethodPrototype |
Method.generateMethodPrototype(Options options,
java.lang.String initialName,
Method.MethodConstructor constructorFlag) |
void |
Method.setConstructorFlag(Method.MethodConstructor flag) |
Modifier and Type | Method and Description |
---|---|
static MethodPrototype |
ConstantPoolUtils.parseJavaMethodPrototype(DCCommonState state,
ClassFile classFile,
JavaTypeInstance classType,
java.lang.String name,
boolean instanceMethod,
Method.MethodConstructor constructorFlag,
ConstantPoolEntryUTF8 prototype,
ConstantPool cp,
boolean varargs,
boolean synthetic,
VariableNamer variableNamer,
java.lang.String originalDescriptor) |