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 VariableNamerMethodPrototype. variableNamerConstructors 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 classVariableNamerDefaultclassVariableNamerHintedFields in org.benf.cfr.reader.bytecode.analysis.variables declared as VariableNamer Modifier and Type Field Description private VariableNamerVariableNamerHinted. missingNamerprivate VariableNamerVariableFactory. variableNamerMethods in org.benf.cfr.reader.bytecode.analysis.variables that return VariableNamer Modifier and Type Method Description static VariableNamerVariableNamerFactory. 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 VariableNamerMethod. variableNamerMethods in org.benf.cfr.reader.entities that return VariableNamer Modifier and Type Method Description VariableNamerMethod. 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 VariableNamerConstantPoolEntryMethodRef. fakeNamerMethods in org.benf.cfr.reader.entities.constantpool with parameters of type VariableNamer 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)
-