Uses of Class
com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInPatternObject
Package
Description
Configuration classes for the compiler section, which is only relevant to the compiler
Contains EPL statement specification classes define the constructs that make up an EPL statement,
such as the list of items in the select clause, the insert-into stream name and property names etc.
-
Uses of ConfigurationCompilerPlugInPatternObject in com.espertech.esper.common.client.configuration.compiler
Modifier and TypeFieldDescriptionprotected List<ConfigurationCompilerPlugInPatternObject>
ConfigurationCompiler.plugInPatternObjects
List of configured plug-in pattern objects.Modifier and TypeMethodDescriptionConfigurationCompiler.getPlugInPatternObjects()
Returns the list of plug-in pattern objects. -
Uses of ConfigurationCompilerPlugInPatternObject in com.espertech.esper.common.internal.compile.stage1.spec
Modifier and TypeMethodDescriptionvoid
PluggableObjectCollection.addPatternObjects
(List<ConfigurationCompilerPlugInPatternObject> configPattern, ClasspathImportServiceCompileTime classpathImportService) Add a plug-in pattern object.