Uses of Class
com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInPatternObject
Packages that use 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
Fields in com.espertech.esper.common.client.configuration.compiler with type parameters of type ConfigurationCompilerPlugInPatternObjectModifier and TypeFieldDescriptionprotected List<ConfigurationCompilerPlugInPatternObject>
ConfigurationCompiler.plugInPatternObjects
List of configured plug-in pattern objects.Methods in com.espertech.esper.common.client.configuration.compiler that return types with arguments of type ConfigurationCompilerPlugInPatternObjectModifier and TypeMethodDescriptionConfigurationCompiler.getPlugInPatternObjects()
Returns the list of plug-in pattern objects. -
Uses of ConfigurationCompilerPlugInPatternObject in com.espertech.esper.common.internal.compile.stage1.spec
Method parameters in com.espertech.esper.common.internal.compile.stage1.spec with type arguments of type ConfigurationCompilerPlugInPatternObjectModifier and TypeMethodDescriptionvoid
PluggableObjectCollection.addPatternObjects
(List<ConfigurationCompilerPlugInPatternObject> configPattern, ClasspathImportServiceCompileTime classpathImportService) Add a plug-in pattern object.