Uses of Class
org.benf.cfr.reader.bytecode.analysis.parse.expression.SwitchExpression.Branch
Packages that use SwitchExpression.Branch
-
Uses of SwitchExpression.Branch in org.benf.cfr.reader.bytecode.analysis.parse.expression
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)