Module xl.compiler

Class XL16UCallableRegistry.InvocationResolution

java.lang.Object
de.grogra.xl.compiler.xl16u.semantics.XL16UCallableRegistry.InvocationResolution
Enclosing class:
XL16UCallableRegistry

public static final class XL16UCallableRegistry.InvocationResolution extends Object
  • Method Details

    • getFamily

      public List<XL16UCallableSignature> getFamily()
    • getViableCandidates

      public List<XL16UCallableSignature> getViableCandidates()
    • getSelected

      public XL16UCallableSignature getSelected()
    • hasSelected

      public boolean hasSelected()
    • isAmbiguous

      public boolean isAmbiguous()
    • hasUnresolvedArgument

      public boolean hasUnresolvedArgument()
    • requiresDedicatedResolution

      public boolean requiresDedicatedResolution()
    • hasGeneratedNameOverride

      public boolean hasGeneratedNameOverride()