public class CreationCollector extends Object
Constructor and Description |
---|
CreationCollector(AnonymousClassUsage anonymousClassUsage) |
Modifier and Type | Method and Description |
---|---|
void |
collectConstruction(Expression expression,
MemberFunctionInvokation rValue,
StatementContainer container) |
void |
collectCreation(LValue lValue,
Expression rValue,
StatementContainer container) |
void |
condenseConstructions(Method method,
DCCommonState dcCommonState) |
public CreationCollector(AnonymousClassUsage anonymousClassUsage)
public void collectCreation(LValue lValue, Expression rValue, StatementContainer container)
public void collectConstruction(Expression expression, MemberFunctionInvokation rValue, StatementContainer container)
public void condenseConstructions(Method method, DCCommonState dcCommonState)
Copyright © 2011-2021. All Rights Reserved.