Uses of Class
org.benf.cfr.reader.bytecode.analysis.structured.StructuredScope
-
-
Uses of StructuredScope in org.benf.cfr.reader.bytecode.analysis.opgraph
-
Uses of StructuredScope in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters
-
Uses of StructuredScope in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.checker
Methods in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.checker with parameters of type StructuredScope Modifier and Type Method Description StructuredStatement
IllegalReturnChecker. transform(StructuredStatement in, StructuredScope scope)
StructuredStatement
LooseCatchChecker. transform(StructuredStatement in, StructuredScope scope)
StructuredStatement
VoidVariableChecker. transform(StructuredStatement in, StructuredScope scope)
-
Uses of StructuredScope in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.transformers
Subclasses of StructuredScope in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.transformers Modifier and Type Class Description private class
VariableNameTidier.StructuredScopeWithVars
-
Uses of StructuredScope in org.benf.cfr.reader.bytecode.analysis.structured
Methods in org.benf.cfr.reader.bytecode.analysis.structured with parameters of type StructuredScope Modifier and Type Method Description void
StructuredStatement. transformStructuredChildren(StructuredStatementTransformer transformer, StructuredScope scope)
void
StructuredStatement. transformStructuredChildrenInReverse(StructuredStatementTransformer transformer, StructuredScope scope)
-
Uses of StructuredScope in org.benf.cfr.reader.bytecode.analysis.structured.statement
-
Uses of StructuredScope 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 StructuredScope Modifier and Type Method Description void
AbstractPlaceholder. transformStructuredChildren(StructuredStatementTransformer transformer, StructuredScope scope)
void
AbstractPlaceholder. transformStructuredChildrenInReverse(StructuredStatementTransformer transformer, StructuredScope scope)
-