Uses of Interface
org.benf.cfr.reader.bytecode.analysis.variables.VariableNamer
-
-
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 VariableNamer Constructor Description LocalVariable(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 VariableNamer Modifier and Type Field Description private VariableNamer
MethodPrototype. variableNamer
Constructors in org.benf.cfr.reader.bytecode.analysis.types with parameters of type VariableNamer 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 VariableNamer in org.benf.cfr.reader.bytecode.analysis.variables
Classes in org.benf.cfr.reader.bytecode.analysis.variables that implement VariableNamer Modifier and Type Class Description class
VariableNamerDefault
class
VariableNamerHinted
Fields in org.benf.cfr.reader.bytecode.analysis.variables declared as VariableNamer Modifier and Type Field Description private VariableNamer
VariableNamerHinted. missingNamer
private VariableNamer
VariableFactory. variableNamer
Methods in org.benf.cfr.reader.bytecode.analysis.variables that return VariableNamer Modifier and Type Method Description static VariableNamer
VariableNamerFactory. getNamer(AttributeLocalVariableTable source, ConstantPool cp)
-
Uses of VariableNamer in org.benf.cfr.reader.entities
Fields in org.benf.cfr.reader.entities declared as VariableNamer Modifier and Type Field Description private VariableNamer
Method. variableNamer
Methods in org.benf.cfr.reader.entities that return VariableNamer Modifier and Type Method Description VariableNamer
Method. getVariableNamer()
-
Uses of VariableNamer in org.benf.cfr.reader.entities.constantpool
Fields in org.benf.cfr.reader.entities.constantpool declared as VariableNamer Modifier and Type Field Description private static VariableNamer
ConstantPoolEntryMethodRef. fakeNamer
Methods in org.benf.cfr.reader.entities.constantpool with parameters of type VariableNamer Modifier and Type Method 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)
-