Class Association


  • public final class Association
    extends Object
    Immutable class representing an association in a MAL language.
    Since:
    1.0.0
    • Method Detail

      • getName

        public String getName()
        Returns the name of this Association object.
        Returns:
        the name of this Association object
        Since:
        1.0.0
      • getMeta

        public Meta getMeta()
        Returns the meta info of this Association object.
        Returns:
        the meta info of this Association object
        Since:
        1.0.0
      • getLeftField

        public Field getLeftField()
        Returns the left field of this Association object.
        Returns:
        the left field of this Association object
        Since:
        1.0.0
      • getRightField

        public Field getRightField()
        Returns the right field of this Association object.
        Returns:
        the right field of this Association object
        Since:
        1.0.0