Class ConditionalExprResolver
- java.lang.Object
-
- com.github.javaparser.symbolsolver.resolution.promotion.ConditionalExprResolver
-
public class ConditionalExprResolver extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static ResolvedPrimitiveType
TYPE_BOOLEAN
-
Constructor Summary
Constructors Constructor Description ConditionalExprResolver()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ConditionalExprHandler
getConditionExprHandler(ResolvedType thenExpr, ResolvedType elseExpr)
-
-
-
Field Detail
-
TYPE_BOOLEAN
private static final ResolvedPrimitiveType TYPE_BOOLEAN
-
-
Method Detail
-
getConditionExprHandler
public static ConditionalExprHandler getConditionExprHandler(ResolvedType thenExpr, ResolvedType elseExpr)
-
-