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> voidLValue.collectLValueAssignments(Expression assignedTo, StatementContainer<T> statementContainer, LValueAssignmentCollector<T> lValueAssigmentCollector) voidStatement.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 TypeMethodDescriptionvoidAbstractFieldVariable.collectLValueAssignments(Expression assignedTo, StatementContainer statementContainer, LValueAssignmentCollector lValueAssigmentCollector) voidArrayVariable.collectLValueAssignments(Expression assignedTo, StatementContainer statementContainer, LValueAssignmentCollector lValueAssigmentCollector) <T> voidLocalVariable.collectLValueAssignments(Expression assignedTo, StatementContainer<T> statementContainer, LValueAssignmentCollector<T> lValueAssigmentCollector) <T> voidSentinelLocalClassLValue.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 TypeMethodDescriptionvoidAbstractStatement.collectLValueAssignments(LValueAssignmentCollector<Statement> lValueAssigmentCollector) voidAssignmentPreMutation.collectLValueAssignments(LValueAssignmentCollector<Statement> lValueAssigmentCollector) voidAssignmentSimple.collectLValueAssignments(LValueAssignmentCollector<Statement> lValueAssigmentCollector) voidCatchStatement.collectLValueAssignments(LValueAssignmentCollector<Statement> lValueAssigmentCollector) voidCompoundStatement.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 TypeClassDescriptionclassclassclass -
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 TypeMethodDescriptionvoidWildcardMatch.LValueWildcard.collectLValueAssignments(Expression assignedTo, StatementContainer statementContainer, LValueAssignmentCollector lValueAssigmentCollector)