Class BooleanConditionalExprHandler
- java.lang.Object
-
- com.github.javaparser.symbolsolver.resolution.promotion.BooleanConditionalExprHandler
-
- All Implemented Interfaces:
ConditionalExprHandler
public class BooleanConditionalExprHandler extends java.lang.Object implements ConditionalExprHandler
-
-
Field Summary
Fields Modifier and Type Field Description (package private) ResolvedType
elseExpr
(package private) ResolvedType
thenExpr
-
Constructor Summary
Constructors Constructor Description BooleanConditionalExprHandler(ResolvedType thenExpr, ResolvedType elseExpr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResolvedType
resolveType()
-
-
-
Field Detail
-
thenExpr
ResolvedType thenExpr
-
elseExpr
ResolvedType elseExpr
-
-
Constructor Detail
-
BooleanConditionalExprHandler
public BooleanConditionalExprHandler(ResolvedType thenExpr, ResolvedType elseExpr)
-
-
Method Detail
-
resolveType
public ResolvedType resolveType()
- Specified by:
resolveType
in interfaceConditionalExprHandler
-
-