Uses of Interface
org.benf.cfr.reader.bytecode.analysis.parse.utils.LValueAssignmentCollector
Packages that use LValueAssignmentCollector
Package
Description
-
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 -
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 -
Uses of LValueAssignmentCollector in org.benf.cfr.reader.bytecode.analysis.parse
Methods in org.benf.cfr.reader.bytecode.analysis.parse with parameters of type LValueAssignmentCollectorModifier and TypeMethodDescription<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 LValueAssignmentCollectorModifier and TypeMethodDescriptionvoid
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 LValueAssignmentCollectorModifier and TypeMethodDescriptionvoid
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 -
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 -
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.scopeClasses in org.benf.cfr.reader.bytecode.analysis.parse.utils.scope that implement LValueAssignmentCollectorModifier and TypeClassDescriptionclass
class
class
-
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 LValueAssignmentCollectorModifier and TypeMethodDescriptionvoid
WildcardMatch.LValueWildcard.collectLValueAssignments
(Expression assignedTo, StatementContainer statementContainer, LValueAssignmentCollector lValueAssigmentCollector)