Class ReferenceConditionalExprHandler
java.lang.Object
com.github.javaparser.symbolsolver.resolution.promotion.ReferenceConditionalExprHandler
- All Implemented Interfaces:
com.github.javaparser.resolution.promotion.ConditionalExprHandler
public class ReferenceConditionalExprHandler
extends Object
implements com.github.javaparser.resolution.promotion.ConditionalExprHandler
-
Constructor Summary
ConstructorsConstructorDescriptionReferenceConditionalExprHandler(com.github.javaparser.resolution.types.ResolvedType thenExpr, com.github.javaparser.resolution.types.ResolvedType elseExpr) -
Method Summary
Modifier and TypeMethodDescriptioncom.github.javaparser.resolution.types.ResolvedType
-
Constructor Details
-
ReferenceConditionalExprHandler
public ReferenceConditionalExprHandler(com.github.javaparser.resolution.types.ResolvedType thenExpr, com.github.javaparser.resolution.types.ResolvedType elseExpr)
-
-
Method Details
-
resolveType
public com.github.javaparser.resolution.types.ResolvedType resolveType()- Specified by:
resolveTypein interfacecom.github.javaparser.resolution.promotion.ConditionalExprHandler
-