Class PsyMark

java.lang.Object
coneforest.psylla.core.PsyMark
All Implemented Interfaces:
PsyObject

@Type("mark") public final class PsyMark extends Object implements PsyObject
The mark object is used as a mark on the operand stack. There is the only instance of this class, MARK.
  • Field Details

    • MARK

      public static final PsyMark MARK
      The sole mark object.
  • Method Details

    • psyEq

      public PsyBoolean psyEq(PsyObject o)
      Description copied from interface: PsyObject
      Returns a boolean result of equality test of this object and given object.
      Specified by:
      psyEq in interface PsyObject
      Parameters:
      o - the object to be compared for equality.
      Returns:
      a boolean result of equality test of this object and given object