Class ReferenceConditionalExprHandler

  • All Implemented Interfaces:
    com.github.javaparser.resolution.promotion.ConditionalExprHandler

    public class ReferenceConditionalExprHandler
    extends java.lang.Object
    implements com.github.javaparser.resolution.promotion.ConditionalExprHandler
    • Constructor Summary

      Constructors 
      Constructor Description
      ReferenceConditionalExprHandler​(com.github.javaparser.resolution.types.ResolvedType thenExpr, com.github.javaparser.resolution.types.ResolvedType elseExpr)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.github.javaparser.resolution.types.ResolvedType resolveType()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ReferenceConditionalExprHandler

        public ReferenceConditionalExprHandler​(com.github.javaparser.resolution.types.ResolvedType thenExpr,
                                               com.github.javaparser.resolution.types.ResolvedType elseExpr)
    • Method Detail

      • resolveType

        public com.github.javaparser.resolution.types.ResolvedType resolveType()
        Specified by:
        resolveType in interface com.github.javaparser.resolution.promotion.ConditionalExprHandler