Uses of Interface
org.benf.cfr.reader.bytecode.analysis.parse.utils.scope.LValueScopeDiscoverer
Packages that use LValueScopeDiscoverer
Package
Description
-
Uses of LValueScopeDiscoverer in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.transformers
Classes in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.transformers that implement LValueScopeDiscoverer -
Uses of LValueScopeDiscoverer in org.benf.cfr.reader.bytecode.analysis.parse.utils.scope
Classes in org.benf.cfr.reader.bytecode.analysis.parse.utils.scope that implement LValueScopeDiscovererModifier and TypeClassDescriptionclass
class
class
-
Uses of LValueScopeDiscoverer in org.benf.cfr.reader.bytecode.analysis.structured
Methods in org.benf.cfr.reader.bytecode.analysis.structured with parameters of type LValueScopeDiscovererModifier and TypeMethodDescriptionvoid
StructuredStatement.traceLocalVariableScope
(LValueScopeDiscoverer scopeDiscoverer) -
Uses of LValueScopeDiscoverer in org.benf.cfr.reader.bytecode.analysis.structured.statement
Methods in org.benf.cfr.reader.bytecode.analysis.structured.statement with parameters of type LValueScopeDiscovererModifier and TypeMethodDescriptionvoid
AbstractStructuredConditionalLoopStatement.traceLocalVariableScope
(LValueScopeDiscoverer scopeDiscoverer) void
AbstractUnStructuredStatement.traceLocalVariableScope
(LValueScopeDiscoverer scopeDiscoverer) void
Block.traceLocalVariableScope
(LValueScopeDiscoverer scopeDiscoverer) void
StructuredAssert.traceLocalVariableScope
(LValueScopeDiscoverer scopeDiscoverer) void
StructuredAssignment.traceLocalVariableScope
(LValueScopeDiscoverer scopeDiscoverer) void
StructuredBreak.traceLocalVariableScope
(LValueScopeDiscoverer scopeDiscoverer) void
StructuredCase.traceLocalVariableScope
(LValueScopeDiscoverer scopeDiscoverer) void
StructuredCatch.traceLocalVariableScope
(LValueScopeDiscoverer scopeDiscoverer) void
StructuredComment.traceLocalVariableScope
(LValueScopeDiscoverer scopeDiscoverer) void
StructuredContinue.traceLocalVariableScope
(LValueScopeDiscoverer scopeDiscoverer) void
StructuredDefinition.traceLocalVariableScope
(LValueScopeDiscoverer scopeDiscoverer) void
StructuredExpressionStatement.traceLocalVariableScope
(LValueScopeDiscoverer scopeDiscoverer) void
StructuredExpressionYield.traceLocalVariableScope
(LValueScopeDiscoverer scopeDiscoverer) void
StructuredFinally.traceLocalVariableScope
(LValueScopeDiscoverer scopeDiscoverer) void
StructuredFor.traceLocalVariableScope
(LValueScopeDiscoverer scopeDiscoverer) void
StructuredIf.traceLocalVariableScope
(LValueScopeDiscoverer scopeDiscoverer) void
StructuredIter.traceLocalVariableScope
(LValueScopeDiscoverer scopeDiscoverer) void
StructuredReturn.traceLocalVariableScope
(LValueScopeDiscoverer scopeDiscoverer) void
StructuredSwitch.traceLocalVariableScope
(LValueScopeDiscoverer scopeDiscoverer) void
StructuredSynchronized.traceLocalVariableScope
(LValueScopeDiscoverer scopeDiscoverer) void
StructuredThrow.traceLocalVariableScope
(LValueScopeDiscoverer scopeDiscoverer) void
StructuredTry.traceLocalVariableScope
(LValueScopeDiscoverer scopeDiscoverer) void
UnstructuredContinue.traceLocalVariableScope
(LValueScopeDiscoverer scopeDiscoverer) -
Uses of LValueScopeDiscoverer 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 LValueScopeDiscovererModifier and TypeMethodDescriptionvoid
AbstractPlaceholder.traceLocalVariableScope
(LValueScopeDiscoverer scopeDiscoverer)