Uses of Interface
org.benf.cfr.reader.bytecode.analysis.parse.utils.LValueAssignmentCollector
-
-
Uses of LValueAssignmentCollector in org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters
Classes in org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters that implement LValueAssignmentCollector Modifier and Type Class Description private static class
LValuePropSimple.AssignmentCollector
-
Uses of LValueAssignmentCollector in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.transformers
Classes in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.transformers that implement LValueAssignmentCollector Modifier and Type Class Description class
LValueTypeClashCheck
-
Uses of LValueAssignmentCollector in org.benf.cfr.reader.bytecode.analysis.parse
Methods in org.benf.cfr.reader.bytecode.analysis.parse with parameters of type LValueAssignmentCollector Modifier and Type Method Description <T> void
LValue. collectLValueAssignments(Expression assignedTo, StatementContainer<T> statementContainer, LValueAssignmentCollector<T> lValueAssigmentCollector)
void
Statement. collectLValueAssignments(LValueAssignmentCollector<Statement> lValueAssigmentCollector)
-
Uses of LValueAssignmentCollector in org.benf.cfr.reader.bytecode.analysis.parse.lvalue
Methods in org.benf.cfr.reader.bytecode.analysis.parse.lvalue with parameters of type LValueAssignmentCollector Modifier and Type Method Description void
AbstractFieldVariable. collectLValueAssignments(Expression assignedTo, StatementContainer statementContainer, LValueAssignmentCollector lValueAssigmentCollector)
void
ArrayVariable. collectLValueAssignments(Expression assignedTo, StatementContainer statementContainer, LValueAssignmentCollector lValueAssigmentCollector)
<T> void
LocalVariable. collectLValueAssignments(Expression assignedTo, StatementContainer<T> statementContainer, LValueAssignmentCollector<T> lValueAssigmentCollector)
<T> void
SentinelLocalClassLValue. collectLValueAssignments(Expression assignedTo, StatementContainer<T> statementContainer, LValueAssignmentCollector<T> lValueAssigmentCollector)
<Statement>
voidStackSSALabel. collectLValueAssignments(Expression rhsAssigned, StatementContainer<Statement> statementContainer, LValueAssignmentCollector<Statement> lValueAssigmentCollector)
-
Uses of LValueAssignmentCollector in org.benf.cfr.reader.bytecode.analysis.parse.statement
Methods in org.benf.cfr.reader.bytecode.analysis.parse.statement with parameters of type LValueAssignmentCollector Modifier and Type Method Description void
AbstractStatement. collectLValueAssignments(LValueAssignmentCollector<Statement> lValueAssigmentCollector)
void
AssignmentPreMutation. collectLValueAssignments(LValueAssignmentCollector<Statement> lValueAssigmentCollector)
void
AssignmentSimple. collectLValueAssignments(LValueAssignmentCollector<Statement> lValueAssigmentCollector)
void
CatchStatement. collectLValueAssignments(LValueAssignmentCollector<Statement> lValueAssigmentCollector)
void
CompoundStatement. collectLValueAssignments(LValueAssignmentCollector<Statement> lValueAssigmentCollector)
-
Uses of LValueAssignmentCollector in org.benf.cfr.reader.bytecode.analysis.parse.utils
Classes in org.benf.cfr.reader.bytecode.analysis.parse.utils that implement LValueAssignmentCollector Modifier and Type Class Description class
LValueAssignmentAndAliasCondenser
-
Uses of LValueAssignmentCollector in org.benf.cfr.reader.bytecode.analysis.parse.utils.finalhelp
Classes in org.benf.cfr.reader.bytecode.analysis.parse.utils.finalhelp that implement LValueAssignmentCollector Modifier and Type Class Description private class
FinallyGraphHelper.FinallyEquivalenceConstraint
-
Uses of LValueAssignmentCollector in org.benf.cfr.reader.bytecode.analysis.parse.utils.scope
Subinterfaces of LValueAssignmentCollector in org.benf.cfr.reader.bytecode.analysis.parse.utils.scope Modifier and Type Interface Description interface
LValueScopeDiscoverer
Classes in org.benf.cfr.reader.bytecode.analysis.parse.utils.scope that implement LValueAssignmentCollector Modifier and Type Class Description class
AbstractLValueScopeDiscoverer
class
LocalClassScopeDiscoverImpl
class
LValueScopeDiscoverImpl
-
Uses of LValueAssignmentCollector in org.benf.cfr.reader.bytecode.analysis.parse.wildcard
Methods in org.benf.cfr.reader.bytecode.analysis.parse.wildcard with parameters of type LValueAssignmentCollector Modifier and Type Method Description void
WildcardMatch.LValueWildcard. collectLValueAssignments(Expression assignedTo, StatementContainer statementContainer, LValueAssignmentCollector lValueAssigmentCollector)
-