Class ConditionalExprResolver
java.lang.Object
com.github.javaparser.symbolsolver.resolution.promotion.ConditionalExprResolver
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ConditionalExprHandler
getConditionExprHandler(ResolvedType thenExpr, ResolvedType elseExpr)
-
Constructor Details
-
ConditionalExprResolver
public ConditionalExprResolver()
-
-
Method Details
-
getConditionExprHandler
public static ConditionalExprHandler getConditionExprHandler(ResolvedType thenExpr, ResolvedType elseExpr)
-