Uses of Enum
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) voidMethodPrototype.dumpDeclarationSignature(Dumper d, String methName, Method.MethodConstructor isConstructor, MethodPrototypeAnnotationsHelper annotationsHelper, List<AnnotationTableTypeEntry> returnTypeAnnotations) voidMethodPrototype.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
Subclasses with type arguments of type Method.MethodConstructor in org.benf.cfr.reader.entitiesFields 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.MethodConstructorReturns 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.Methods in org.benf.cfr.reader.entities with parameters of type Method.MethodConstructorModifier and TypeMethodDescriptionprivate MethodPrototypeMethod.generateMethodPrototype(Options options, String initialName, Method.MethodConstructor constructorFlag) voidMethod.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 MethodPrototypeConstantPoolUtils.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)