Uses of Class
org.benf.cfr.reader.bytecode.analysis.parse.expression.TernaryExpression
Packages that use TernaryExpression
Package
Description
-
Uses of TernaryExpression in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.transformers
Methods in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.transformers with parameters of type TernaryExpressionModifier and TypeMethodDescriptionprivate static Expression
TernaryCastCleaner.applyTransforms
(TernaryExpression t) LValueTypeClashCheck.Check.Visitor.visit
(TernaryExpression e) -
Uses of TernaryExpression in org.benf.cfr.reader.bytecode.analysis.parse.rewriters
Methods in org.benf.cfr.reader.bytecode.analysis.parse.rewriters with parameters of type TernaryExpressionModifier and TypeMethodDescriptionAbstractExpressionVisitor.visit
(TernaryExpression e) ExpressionVisitor.visit
(TernaryExpression e) -
Uses of TernaryExpression in org.benf.cfr.reader.bytecode.analysis.parse.utils
Methods in org.benf.cfr.reader.bytecode.analysis.parse.utils with parameters of type TernaryExpressionModifier and TypeMethodDescriptionstatic Expression
ConditionalUtils.simplify
(TernaryExpression condition)