Class LeastUpperBoundLogic


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

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.github.javaparser.resolution.types.ResolvedType lub​(java.util.Set<com.github.javaparser.resolution.types.ResolvedType> types)
      See JLS 4.10.4.
      static LeastUpperBoundLogic of()  
      • Methods inherited from class java.lang.Object

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

      • lub

        public com.github.javaparser.resolution.types.ResolvedType lub​(java.util.Set<com.github.javaparser.resolution.types.ResolvedType> types)
        See JLS 4.10.4. Least Upper Bound.