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 voidCodeAnalyserWholeClass. 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 voidOp04StructuredStatement. 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 ClassCacheScopeHidingVariableRewriter. classCacheConstructors 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 ClassCacheVariableNameTidier. classCacheConstructors 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 ClassCacheConstantPool. classCacheMethods in org.benf.cfr.reader.entities.constantpool that return ClassCache Modifier and Type Method Description ClassCacheConstantPool. 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 ClassCacheMappingFactory. classCacheConstructors 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 ClassCacheDCCommonState. classCacheMethods in org.benf.cfr.reader.state that return ClassCache Modifier and Type Method Description ClassCacheDCCommonState. getClassCache()
-