Module xl.compiler

Enum Class XL16UIntrinsicKind

java.lang.Object
java.lang.Enum<XL16UIntrinsicKind>
de.grogra.xl.compiler.xl16u.semantics.XL16UIntrinsicKind
All Implemented Interfaces:
Serializable, Comparable<XL16UIntrinsicKind>, Constable

public enum XL16UIntrinsicKind extends Enum<XL16UIntrinsicKind>
  • Enum Constant Details

  • Method Details

    • values

      public static XL16UIntrinsicKind[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static XL16UIntrinsicKind valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getXlName

      public String getXlName()
    • getArity

      public int getArity()
    • acceptsArity

      public boolean acceptsArity(int actualArity)
    • getArityDescription

      public String getArityDescription()
    • isUnary

      public boolean isUnary()
    • isBinary

      public boolean isBinary()
    • isMetadataLabel

      public boolean isMetadataLabel()
    • fromXlName

      public static XL16UIntrinsicKind fromXlName(String xlName)
    • fromCallableName

      public static XL16UIntrinsicKind fromCallableName(String callableName)
    • isQualifiedMathIntrinsicName

      public static boolean isQualifiedMathIntrinsicName(String callableName)
    • isKnownXlName

      public static boolean isKnownXlName(String xlName)