Uses of Enum Class
org.benf.cfr.reader.entities.Method.MethodConstructor
Packages that use Method.MethodConstructor
Package
Description
-
Uses of Method.MethodConstructor in org.benf.cfr.reader.bytecode.analysis.types
Methods in org.benf.cfr.reader.bytecode.analysis.types with parameters of type Method.MethodConstructorModifier and TypeMethodDescriptionMethodPrototype.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) Constructors in org.benf.cfr.reader.bytecode.analysis.types with parameters of type Method.MethodConstructorModifierConstructorDescriptionMethodPrototype
(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) -
Uses of Method.MethodConstructor in org.benf.cfr.reader.entities
Fields in org.benf.cfr.reader.entities declared as Method.MethodConstructorMethods in org.benf.cfr.reader.entities that return Method.MethodConstructorModifier and TypeMethodDescriptionMethod.getConstructorFlag()
static Method.MethodConstructor
Returns the enum constant of this class with the specified name.static Method.MethodConstructor[]
Method.MethodConstructor.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.benf.cfr.reader.entities with parameters of type Method.MethodConstructorModifier and TypeMethodDescriptionprivate MethodPrototype
Method.generateMethodPrototype
(Options options, String initialName, Method.MethodConstructor constructorFlag) void
Method.setConstructorFlag
(Method.MethodConstructor flag) -
Uses of Method.MethodConstructor in org.benf.cfr.reader.entities.constantpool
Methods in org.benf.cfr.reader.entities.constantpool with parameters of type Method.MethodConstructorModifier and TypeMethodDescriptionstatic 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)