public abstract class StatementOptionContextBase extends Object
Constructor and Description |
---|
StatementOptionContextBase(Supplier<String> eplSupplier,
String statementName,
String moduleName,
Annotation[] annotations,
int statementNumber)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
Annotation[] |
getAnnotations()
Returns the annotations
|
Supplier<String> |
getEplSupplier()
Returns the supplier of the EPL textual representation
|
String |
getModuleName()
Returns the module name
|
String |
getStatementName()
Returns the statement name
|
int |
getStatementNumber()
Returns the statement number
|
public StatementOptionContextBase(Supplier<String> eplSupplier, String statementName, String moduleName, Annotation[] annotations, int statementNumber)
eplSupplier
- epl supplierstatementName
- statement namemoduleName
- module nameannotations
- annotationsstatementNumber
- statement numberpublic Supplier<String> getEplSupplier()
public String getStatementName()
public String getModuleName()
public Annotation[] getAnnotations()
public int getStatementNumber()
Copyright © 2005–2020. All rights reserved.