Uses of Class
org.benf.cfr.reader.bytecode.analysis.parse.expression.SwitchExpression.Branch
Packages that use SwitchExpression.Branch
Package
Description
-
Uses of SwitchExpression.Branch in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters
Methods in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters that return SwitchExpression.BranchModifier and TypeMethodDescriptionprivate SwitchExpression.Branch
AssertRewriter.SwitchAssertUseCollector.getBranch
(BlockIdentifier outer, BlockIdentifier swiBlockIdentifier, Map<Op04StructuredStatement, StructuredExpressionYield> replacements, Op04StructuredStatement statement, boolean addYieldTrue) Method parameters in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters with type arguments of type SwitchExpression.BranchModifier and TypeMethodDescriptionprivate boolean
AssertRewriter.SwitchAssertUseCollector.getBranches
(BlockIdentifier outer, BlockIdentifier swiBlockIdentifier, Block swBodyBlock, List<SwitchExpression.Branch> branches, Map<Op04StructuredStatement, StructuredExpressionYield> replacements, boolean addYieldTrue) -
Uses of SwitchExpression.Branch in org.benf.cfr.reader.bytecode.analysis.parse.expression
Fields in org.benf.cfr.reader.bytecode.analysis.parse.expression with type parameters of type SwitchExpression.BranchMethods in org.benf.cfr.reader.bytecode.analysis.parse.expression that return SwitchExpression.BranchModifier and TypeMethodDescriptionprivate SwitchExpression.Branch
SwitchExpression.Branch.rewrite
(ExpressionRewriter expressionRewriter, SSAIdentifiers ssaIdentifiers, StatementContainer statementContainer, ExpressionRewriterFlags flags) Constructor parameters in org.benf.cfr.reader.bytecode.analysis.parse.expression with type arguments of type SwitchExpression.BranchModifierConstructorDescriptionSwitchExpression
(BytecodeLoc loc, InferredJavaType inferredJavaType, Expression value, List<SwitchExpression.Branch> cases)