Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

You can use ALH API to get a context or a runtime object of a current script evaluation. It is equivalent to $context$ and self.  

Code Block
languagetext
public Object_ getContext() {
...
}



The following code fragment shows how to get a context of a runtime object through ALH API.

Code Block
languagetext
ALH.getContext();             // Object@...