Class ConditionalExprResolver


  • public class ConditionalExprResolver
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static com.github.javaparser.resolution.promotion.ConditionalExprHandler getConditionExprHandler​(com.github.javaparser.resolution.types.ResolvedType thenExpr, com.github.javaparser.resolution.types.ResolvedType elseExpr)  
      • Methods inherited from class java.lang.Object

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

      • ConditionalExprResolver

        public ConditionalExprResolver()
    • Method Detail

      • getConditionExprHandler

        public static com.github.javaparser.resolution.promotion.ConditionalExprHandler getConditionExprHandler​(com.github.javaparser.resolution.types.ResolvedType thenExpr,
                                                                                                                com.github.javaparser.resolution.types.ResolvedType elseExpr)