Uses of Class
org.benf.cfr.reader.bytecode.analysis.parse.utils.CreationCollector
-
Packages that use CreationCollector Package Description org.benf.cfr.reader.bytecode.analysis.opgraph org.benf.cfr.reader.bytecode.analysis.parse org.benf.cfr.reader.bytecode.analysis.parse.statement -
-
Uses of CreationCollector in org.benf.cfr.reader.bytecode.analysis.opgraph
Methods in org.benf.cfr.reader.bytecode.analysis.opgraph with parameters of type CreationCollector Modifier and Type Method Description voidOp03SimpleStatement. 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 CreationCollector Modifier and Type Method Description voidStatement. 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 CreationCollector Modifier and Type Method Description voidAbstractStatement. collectObjectCreation(CreationCollector creationCollector)voidAssignmentPreMutation. collectObjectCreation(CreationCollector creationCollector)voidAssignmentSimple. collectObjectCreation(CreationCollector creationCollector)voidConstructorStatement. collectObjectCreation(CreationCollector creationCollector)
-