Uses of Class
org.benf.cfr.reader.entities.Method.MethodConstructor
-
Packages that use Method.MethodConstructor Package Description org.benf.cfr.reader.bytecode.analysis.types org.benf.cfr.reader.entities org.benf.cfr.reader.entities.constantpool -
-
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.MethodConstructor Modifier and Type Method Description java.util.List<LocalVariable>MethodPrototype. computeParameters(Method.MethodConstructor constructorFlag, java.util.Map<java.lang.Integer,Ident> slotToIdentMap)voidMethodPrototype. dumpDeclarationSignature(Dumper d, java.lang.String methName, Method.MethodConstructor isConstructor, MethodPrototypeAnnotationsHelper annotationsHelper, java.util.List<AnnotationTableTypeEntry> returnTypeAnnotations)voidMethodPrototype. setNonMethodScopedSyntheticConstructorParameters(Method.MethodConstructor constructorFlag, DecompilerComments comments, java.util.Map<java.lang.Integer,JavaTypeInstance> synthetics)Constructors in org.benf.cfr.reader.bytecode.analysis.types with parameters of type Method.MethodConstructor Constructor 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) -
Uses of Method.MethodConstructor in org.benf.cfr.reader.entities
Fields in org.benf.cfr.reader.entities declared as Method.MethodConstructor Modifier and Type Field Description private Method.MethodConstructorMethod. isConstructorMethods in org.benf.cfr.reader.entities that return Method.MethodConstructor Modifier and Type Method Description Method.MethodConstructorMethod. getConstructorFlag()static Method.MethodConstructorMethod.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.Methods in org.benf.cfr.reader.entities with parameters of type Method.MethodConstructor Modifier and Type Method Description private MethodPrototypeMethod. generateMethodPrototype(Options options, java.lang.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.MethodConstructor Modifier and Type Method Description static MethodPrototypeConstantPoolUtils. 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)
-