Class LValueAssignmentAndAliasCondenser.LValueStatementContainer
- java.lang.Object
-
- org.benf.cfr.reader.bytecode.analysis.parse.utils.LValueAssignmentAndAliasCondenser.LValueStatementContainer
-
- Enclosing class:
- LValueAssignmentAndAliasCondenser
private static class LValueAssignmentAndAliasCondenser.LValueStatementContainer extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private LValue
lValue
private StatementContainer
statementContainer
-
Constructor Summary
Constructors Modifier Constructor Description private
LValueStatementContainer(LValue lValue, StatementContainer statementContainer)
-
-
-
Field Detail
-
lValue
private final LValue lValue
-
statementContainer
private final StatementContainer statementContainer
-
-
Constructor Detail
-
LValueStatementContainer
private LValueStatementContainer(LValue lValue, StatementContainer statementContainer)
-
-