Versions Compared

Key

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

...

Code Block
languagetext
public boolean isGlobalVariable(String variableName) {
...
}



The following code fragment shows how to check if a global variable, e.g., GLOBAL_COUNT, is defined through ALH API.

Code Block
languagetext
ALH.isGlobalVariable("GLOBAL_COUNT");	// Returns true or false.