Class ReferenceConditionalExprHandler
java.lang.Object
com.github.javaparser.symbolsolver.resolution.promotion.ReferenceConditionalExprHandler
- All Implemented Interfaces:
ConditionalExprHandler
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionReferenceConditionalExprHandler
(ResolvedType thenExpr, ResolvedType elseExpr) -
Method Summary
-
Field Details
-
thenExpr
ResolvedType thenExpr -
elseExpr
ResolvedType elseExpr
-
-
Constructor Details
-
ReferenceConditionalExprHandler
-
-
Method Details
-
resolveType
- Specified by:
resolveType
in interfaceConditionalExprHandler
-