Uses of Class
org.benf.cfr.reader.bytecode.analysis.parse.expression.SwitchExpression.Branch
-
Packages that use SwitchExpression.Branch Package Description org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters org.benf.cfr.reader.bytecode.analysis.parse.expression -
-
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.Branch Modifier and Type Method Description private SwitchExpression.Branch
AssertRewriter.SwitchAssertUseCollector. getBranch(BlockIdentifier outer, BlockIdentifier swiBlockIdentifier, java.util.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.Branch Modifier and Type Method Description private boolean
AssertRewriter.SwitchAssertUseCollector. getBranches(BlockIdentifier outer, BlockIdentifier swiBlockIdentifier, Block swBodyBlock, java.util.List<SwitchExpression.Branch> branches, java.util.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.Branch Modifier and Type Field Description private java.util.List<SwitchExpression.Branch>
SwitchExpression. cases
Methods in org.benf.cfr.reader.bytecode.analysis.parse.expression that return SwitchExpression.Branch Modifier and Type Method Description private 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.Branch Constructor Description SwitchExpression(BytecodeLoc loc, InferredJavaType inferredJavaType, Expression value, java.util.List<SwitchExpression.Branch> cases)
-