Class LValueAssignmentAndAliasCondenser.VersionedLValue

java.lang.Object
org.benf.cfr.reader.bytecode.analysis.parse.utils.LValueAssignmentAndAliasCondenser.VersionedLValue
Enclosing class:
LValueAssignmentAndAliasCondenser

private static final class LValueAssignmentAndAliasCondenser.VersionedLValue extends Object
  • Field Details

    • lValue

      private final LValue lValue
    • ssaIdent

      private final SSAIdent ssaIdent
  • Constructor Details

    • VersionedLValue

      private VersionedLValue(LValue lValue, SSAIdent ssaIdent)
  • Method Details