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