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 void
Op03SimpleStatement. 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 void
Statement. 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 void
AbstractStatement. collectObjectCreation(CreationCollector creationCollector)
void
AssignmentPreMutation. collectObjectCreation(CreationCollector creationCollector)
void
AssignmentSimple. collectObjectCreation(CreationCollector creationCollector)
void
ConstructorStatement. collectObjectCreation(CreationCollector creationCollector)
-