Class OverLoad


public final class OverLoad extends Type

Utility class OverLoad.

Link to GitHub: Source File.

Author:
Øystein Myhre Andersen
  • Field Details

    • type

      public Type[] type
      The overloaded types.
  • Constructor Details

    • OverLoad

      public OverLoad(Type... type)
      Create a new OverLoad type list.
      Parameters:
      type - the types
  • Method Details

    • contains

      public boolean contains(Type type)
      Check if this Overload type contains the given type.
      Parameters:
      type - a type
      Returns:
      true: if this Overload type contains the given type.
    • toString

      public String toString()
      Overrides:
      toString in class Type