Class ModuleDependenciesCompileTime
java.lang.Object
com.espertech.esper.common.internal.context.module.ModuleDependenciesCompileTime
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addPathClass
(String className, String moduleName) void
addPathContext
(String contextName, String moduleName) void
addPathEventType
(String eventTypeName, String moduleName) void
addPathExpression
(String expressionName, String moduleName) void
addPathIndex
(boolean namedWindow, String infraName, String infraModuleName, String indexName, String indexModuleName, NamedWindowCompileTimeRegistry namedWindowCompileTimeRegistry, TableCompileTimeRegistry tableCompileTimeRegistry) void
addPathNamedWindow
(String namedWindowName, String moduleName) void
addPathScript
(NameAndParamNum key, String moduleName) void
addPathTable
(String tableName, String moduleName) void
addPathVariable
(String variableName, String moduleName) void
addPublicEventType
(String eventTypeName) void
addPublicVariable
(String variableName) void
make
(CodegenMethod method, CodegenClassScope classScope)
-
Constructor Details
-
ModuleDependenciesCompileTime
public ModuleDependenciesCompileTime()
-
-
Method Details
-
addPathEventType
-
addPathNamedWindow
-
addPathTable
-
addPathVariable
-
addPathContext
-
addPathExpression
-
addPathScript
-
addPublicEventType
-
addPublicVariable
-
addPathClass
-
addPathIndex
public void addPathIndex(boolean namedWindow, String infraName, String infraModuleName, String indexName, String indexModuleName, NamedWindowCompileTimeRegistry namedWindowCompileTimeRegistry, TableCompileTimeRegistry tableCompileTimeRegistry) -
getPublicEventTypes
-
getPathEventTypes
-
make
-