Class ExprChecker.OverloadResolution

  • Enclosing class:
    ExprChecker

    protected abstract static class ExprChecker.OverloadResolution
    extends java.lang.Object
    Helper object for holding an overload resolution result.
    • Constructor Detail

      • OverloadResolution

        protected OverloadResolution()
    • Method Detail

      • reference

        public abstract CelReference reference()
        The Reference to the declaration name and overload id.
      • type

        public abstract CelType type()
        The Type of the result associated with the overload.