Class CreationCollector
java.lang.Object
org.benf.cfr.reader.bytecode.analysis.parse.utils.CreationCollector
This is all a bit ugly, with the random casting going on. But I think probably it would be worse to use
a multiple indirection visitor....
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcollectConstruction(Expression expression, MemberFunctionInvokation rValue, StatementContainer container) voidcollectCreation(LValue lValue, Expression rValue, StatementContainer container) voidcondenseConstructions(Method method, DCCommonState dcCommonState)
-
Constructor Details
-
CreationCollector
-
-
Method Details
-
collectCreation
-
collectConstruction
public void collectConstruction(Expression expression, MemberFunctionInvokation rValue, StatementContainer container) -
condenseConstructions
-