Uses of Interface
org.benf.cfr.reader.bytecode.analysis.variables.VariableNamer
Packages that use VariableNamer
Package
Description
-
Uses of VariableNamer in org.benf.cfr.reader.bytecode.analysis.parse.lvalue
Constructors in org.benf.cfr.reader.bytecode.analysis.parse.lvalue with parameters of type VariableNamerModifierConstructorDescriptionLocalVariable(int stackPosition, Ident ident, VariableNamer variableNamer, int originalRawOffset, boolean clashed, InferredJavaType inferredJavaType) -
Uses of VariableNamer in org.benf.cfr.reader.bytecode.analysis.types
Fields in org.benf.cfr.reader.bytecode.analysis.types declared as VariableNamerConstructors in org.benf.cfr.reader.bytecode.analysis.types with parameters of type VariableNamerModifierConstructorDescriptionMethodPrototype(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 VariableNamer in org.benf.cfr.reader.bytecode.analysis.variables
Classes in org.benf.cfr.reader.bytecode.analysis.variables that implement VariableNamerFields in org.benf.cfr.reader.bytecode.analysis.variables declared as VariableNamerModifier and TypeFieldDescriptionprivate final VariableNamerVariableNamerHinted.missingNamerprivate final VariableNamerVariableFactory.variableNamerMethods in org.benf.cfr.reader.bytecode.analysis.variables that return VariableNamerModifier and TypeMethodDescriptionstatic VariableNamerVariableNamerFactory.getNamer(AttributeLocalVariableTable source, ConstantPool cp) -
Uses of VariableNamer in org.benf.cfr.reader.entities
Fields in org.benf.cfr.reader.entities declared as VariableNamerMethods in org.benf.cfr.reader.entities that return VariableNamer -
Uses of VariableNamer in org.benf.cfr.reader.entities.constantpool
Fields in org.benf.cfr.reader.entities.constantpool declared as VariableNamerModifier and TypeFieldDescriptionprivate static final VariableNamerConstantPoolEntryMethodRef.fakeNamerMethods in org.benf.cfr.reader.entities.constantpool with parameters of type VariableNamerModifier 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)