Uses of Class
org.benf.cfr.reader.bytecode.analysis.parse.lvalue.LocalVariable
Packages that use LocalVariable
Package
Description
-
Uses of LocalVariable in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters
Constructors in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters with parameters of type LocalVariableModifierConstructorDescriptionInnerClassConstructorRewriter(ClassFile classFile, LocalVariable outerArg) -
Uses of LocalVariable in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.transformers
Methods in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.transformers with parameters of type LocalVariableModifier and TypeMethodDescriptionvoidLValueTypeClashCheck.collectLocalVariableAssignment(LocalVariable localVariable, StatementContainer<StructuredStatement> statementContainer, Expression value) Method parameters in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.transformers with type arguments of type LocalVariableModifier and TypeMethodDescriptionvoidVariableNameTidier.renameToAvoidHiding(Set<String> avoid, List<LocalVariable> collisions) -
Uses of LocalVariable in org.benf.cfr.reader.bytecode.analysis.parse.utils
Methods in org.benf.cfr.reader.bytecode.analysis.parse.utils with parameters of type LocalVariableModifier and TypeMethodDescriptionvoidLValueAssignmentAndAliasCondenser.collectLocalVariableAssignment(LocalVariable localVariable, StatementContainer<Statement> statementContainer, Expression value) voidLValueAssignmentCollector.collectLocalVariableAssignment(LocalVariable localVariable, StatementContainer<T> statementContainer, Expression value) -
Uses of LocalVariable in org.benf.cfr.reader.bytecode.analysis.parse.utils.scope
Methods in org.benf.cfr.reader.bytecode.analysis.parse.utils.scope with parameters of type LocalVariableModifier and TypeMethodDescriptionvoidLocalClassScopeDiscoverImpl.collectLocalVariableAssignment(LocalVariable localVariable, StatementContainer<StructuredStatement> statementContainer, Expression value) voidLValueScopeDiscoverer.collectLocalVariableAssignment(LocalVariable localVariable, StatementContainer<StructuredStatement> statementContainer, Expression value) voidLValueScopeDiscoverImpl.collectLocalVariableAssignment(LocalVariable localVariable, StatementContainer<StructuredStatement> statementContainer, Expression value) -
Uses of LocalVariable in org.benf.cfr.reader.bytecode.analysis.structured
Methods in org.benf.cfr.reader.bytecode.analysis.structured with parameters of type LocalVariableModifier and TypeMethodDescriptionStructuredStatement.suggestName(LocalVariable createdHere, Predicate<String> testNameUsedFn) -
Uses of LocalVariable in org.benf.cfr.reader.bytecode.analysis.structured.statement
Methods in org.benf.cfr.reader.bytecode.analysis.structured.statement with parameters of type LocalVariableModifier and TypeMethodDescriptionAbstractStructuredStatement.suggestName(LocalVariable createdHere, Predicate<String> testNameUsedFn) AbstractUnStructuredStatement.suggestName(LocalVariable createdHere, Predicate<String> testNameUsedFn) StructuredFor.suggestName(LocalVariable createdHere, Predicate<String> testNameUsedFn) -
Uses of LocalVariable in org.benf.cfr.reader.bytecode.analysis.structured.statement.placeholder
Methods in org.benf.cfr.reader.bytecode.analysis.structured.statement.placeholder with parameters of type LocalVariableModifier and TypeMethodDescriptionAbstractPlaceholder.suggestName(LocalVariable createdHere, Predicate<String> testNameUsedFn) -
Uses of LocalVariable in org.benf.cfr.reader.bytecode.analysis.types
Fields in org.benf.cfr.reader.bytecode.analysis.types declared as LocalVariableMethods in org.benf.cfr.reader.bytecode.analysis.types that return types with arguments of type LocalVariableModifier and TypeMethodDescriptionMethodPrototype.computeParameters(Method.MethodConstructor constructorFlag, Map<Integer, Ident> slotToIdentMap) MethodPrototype.getComputedParameters() -
Uses of LocalVariable in org.benf.cfr.reader.bytecode.analysis.variables
Methods in org.benf.cfr.reader.bytecode.analysis.variables with parameters of type LocalVariableModifier and TypeMethodDescriptionvoidVariableFactory.mutatingRenameUnClash(LocalVariable toRename)