Interface StatementNameOption


public interface StatementNameOption
Implement this interface to provide a custom user object at compile-time for the statements when they are compiled.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the statement name to assign to a statement at compilation-time.
  • Method Details

    • getValue

      Returns the statement name to assign to a statement at compilation-time.

      Implementations would typically interrogate the context object EPL expression or module and module item information and determine the right statement name to assign.

      Parameters:
      env - the statement's compile context
      Returns:
      statement name or null if none needs to be assigned