Uses of Class
org.benf.cfr.reader.state.ClassCache
Packages that use ClassCache
Package
Description
-
Uses of ClassCache in org.benf.cfr.reader.bytecode
Methods in org.benf.cfr.reader.bytecode with parameters of type ClassCacheModifier and TypeMethodDescriptionprivate 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 ClassCacheModifier and TypeMethodDescriptionstatic 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 ClassCacheConstructors in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters with parameters of type ClassCacheModifierConstructorDescriptionScopeHidingVariableRewriter(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 ClassCacheConstructors in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.transformers with parameters of type ClassCacheModifierConstructorDescriptionVariableNameTidier(Method method, Set<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 ClassCacheMethods in org.benf.cfr.reader.entities.constantpool that return ClassCache -
Uses of ClassCache in org.benf.cfr.reader.mapping
Fields in org.benf.cfr.reader.mapping declared as ClassCacheConstructors in org.benf.cfr.reader.mapping with parameters of type ClassCache -
Uses of ClassCache in org.benf.cfr.reader.state
Fields in org.benf.cfr.reader.state declared as ClassCacheMethods in org.benf.cfr.reader.state that return ClassCache