Uses of Class
org.benf.cfr.reader.state.ClassCache
-
-
Uses of ClassCache in org.benf.cfr.reader.bytecode
Methods in org.benf.cfr.reader.bytecode with parameters of type ClassCache Modifier and Type Method Description private static void
CodeAnalyserWholeClass. renameAnonymousScopeHidingVariables(ClassFile classFile, ClassCache classCache)
-
Uses of ClassCache in org.benf.cfr.reader.bytecode.analysis.opgraph
Methods in org.benf.cfr.reader.bytecode.analysis.opgraph with parameters of type ClassCache Modifier and Type Method Description static void
Op04StructuredStatement. tidyVariableNames(Method method, Op04StructuredStatement root, BytecodeMeta bytecodeMeta, DecompilerComments comments, ClassCache classCache)
-
Uses of ClassCache in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters
Fields in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters declared as ClassCache Modifier and Type Field Description private ClassCache
ScopeHidingVariableRewriter. classCache
Constructors in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters with parameters of type ClassCache Constructor Description ScopeHidingVariableRewriter(java.util.List<ClassFileField> fieldVariables, Method method, ClassCache classCache)
-
Uses of ClassCache in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.transformers
Fields in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.transformers declared as ClassCache Modifier and Type Field Description private ClassCache
VariableNameTidier. classCache
Constructors in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.transformers with parameters of type ClassCache Constructor Description VariableNameTidier(Method method, java.util.Set<java.lang.String> bannedNames, ClassCache classCache)
VariableNameTidier(Method method, ClassCache classCache)
-
Uses of ClassCache in org.benf.cfr.reader.entities.constantpool
Fields in org.benf.cfr.reader.entities.constantpool declared as ClassCache Modifier and Type Field Description private ClassCache
ConstantPool. classCache
Methods in org.benf.cfr.reader.entities.constantpool that return ClassCache Modifier and Type Method Description ClassCache
ConstantPool. getClassCache()
-
Uses of ClassCache in org.benf.cfr.reader.mapping
Fields in org.benf.cfr.reader.mapping declared as ClassCache Modifier and Type Field Description private ClassCache
MappingFactory. classCache
Constructors in org.benf.cfr.reader.mapping with parameters of type ClassCache Constructor Description MappingFactory(Options options, ClassCache classCache)
-
Uses of ClassCache in org.benf.cfr.reader.state
Fields in org.benf.cfr.reader.state declared as ClassCache Modifier and Type Field Description private ClassCache
DCCommonState. classCache
Methods in org.benf.cfr.reader.state that return ClassCache Modifier and Type Method Description ClassCache
DCCommonState. getClassCache()
-