public interface StatementNameOption
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getValue(StatementNameContext env)
Returns the statement name to assign to a statement at compilation-time.
|
java.lang.String getValue(StatementNameContext env)
Implementations would typically interrogate the context object EPL expression or module and module item information and determine the right statement name to assign.
env
- the statement's compile context