Uses of Class
org.benf.cfr.reader.bytecode.analysis.parse.utils.LValueAssignmentAndAliasCondenser.VersionedLValue
-
Packages that use LValueAssignmentAndAliasCondenser.VersionedLValue Package Description org.benf.cfr.reader.bytecode.analysis.parse.utils -
-
Uses of LValueAssignmentAndAliasCondenser.VersionedLValue in org.benf.cfr.reader.bytecode.analysis.parse.utils
Fields in org.benf.cfr.reader.bytecode.analysis.parse.utils with type parameters of type LValueAssignmentAndAliasCondenser.VersionedLValue Modifier and Type Field Description private java.util.Map<LValueAssignmentAndAliasCondenser.VersionedLValue,LValueAssignmentAndAliasCondenser.ExpressionStatementPair>
LValueAssignmentAndAliasCondenser. mutableFound
private java.util.Map<LValueAssignmentAndAliasCondenser.VersionedLValue,StatementContainer>
LValueAssignmentAndAliasCondenser.MutationRewriterSecondPass. mutableReplacable
private java.util.Map<LValueAssignmentAndAliasCondenser.VersionedLValue,java.util.Set<StatementContainer>>
LValueAssignmentAndAliasCondenser.MutationRewriterFirstPass. mutableUseFound
Constructor parameters in org.benf.cfr.reader.bytecode.analysis.parse.utils with type arguments of type LValueAssignmentAndAliasCondenser.VersionedLValue Constructor Description MutationRewriterSecondPass(java.util.Map<LValueAssignmentAndAliasCondenser.VersionedLValue,StatementContainer> mutableReplacable)
MutationRewriterSecondPass(java.util.Map<LValueAssignmentAndAliasCondenser.VersionedLValue,StatementContainer> mutableReplacable, java.util.Set<SSAIdent> fixed)
-