Uses of Class
org.benf.cfr.reader.bytecode.analysis.parse.utils.CreationCollector
Packages that use CreationCollector
Package
Description
-
Uses of CreationCollector in org.benf.cfr.reader.bytecode.analysis.opgraph
Methods in org.benf.cfr.reader.bytecode.analysis.opgraph with parameters of type CreationCollectorModifier and TypeMethodDescriptionvoidOp03SimpleStatement.findCreation(CreationCollector creationCollector) -
Uses of CreationCollector in org.benf.cfr.reader.bytecode.analysis.parse
Methods in org.benf.cfr.reader.bytecode.analysis.parse with parameters of type CreationCollectorModifier and TypeMethodDescriptionvoidStatement.collectObjectCreation(CreationCollector creationCollector) -
Uses of CreationCollector in org.benf.cfr.reader.bytecode.analysis.parse.statement
Methods in org.benf.cfr.reader.bytecode.analysis.parse.statement with parameters of type CreationCollectorModifier and TypeMethodDescriptionvoidAbstractStatement.collectObjectCreation(CreationCollector creationCollector) voidAssignmentPreMutation.collectObjectCreation(CreationCollector creationCollector) voidAssignmentSimple.collectObjectCreation(CreationCollector creationCollector) voidConstructorStatement.collectObjectCreation(CreationCollector creationCollector)