Class PsyExecMark

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

@Type("execmark") public class PsyExecMark extends Object implements PsyObject
  • Field Details

  • Method Details

    • execute

      public void execute(PsyContext oContext)
      Description copied from interface: PsyObject
      Execute this object in the given execution context. Pushes this object into context’s operand stack.
      Specified by:
      execute in interface PsyObject
      Parameters:
      oContext - the execution context.
    • invoke

      public void invoke(PsyContext oContext)
      Description copied from interface: PsyObject
      Invoke this object in the given execution context. Pushes this object into context’s operand stack.
      Specified by:
      invoke in interface PsyObject
      Parameters:
      oContext - the execution context.
    • 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