public class FilterSpecCompilerArgs extends Object
Modifier and Type | Field and Description |
---|---|
LinkedHashMap<String,Pair<EventType,String>> |
arrayEventTypes |
StatementCompileTimeServices |
compileTimeServices |
ContextCompileTimeDescriptor |
contextDescriptor |
StatementRawInfo |
statementRawInfo |
StreamTypeService |
streamTypeService |
LinkedHashMap<String,Pair<EventType,String>> |
taggedEventTypes |
Constructor and Description |
---|
FilterSpecCompilerArgs(LinkedHashMap<String,Pair<EventType,String>> taggedEventTypes,
LinkedHashMap<String,Pair<EventType,String>> arrayEventTypes,
StreamTypeService streamTypeService,
ContextCompileTimeDescriptor contextDescriptor,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
public final LinkedHashMap<String,Pair<EventType,String>> taggedEventTypes
public final LinkedHashMap<String,Pair<EventType,String>> arrayEventTypes
public final StreamTypeService streamTypeService
public final ContextCompileTimeDescriptor contextDescriptor
public final StatementRawInfo statementRawInfo
public final StatementCompileTimeServices compileTimeServices
public FilterSpecCompilerArgs(LinkedHashMap<String,Pair<EventType,String>> taggedEventTypes, LinkedHashMap<String,Pair<EventType,String>> arrayEventTypes, StreamTypeService streamTypeService, ContextCompileTimeDescriptor contextDescriptor, StatementRawInfo statementRawInfo, StatementCompileTimeServices compileTimeServices)
Copyright © 2005–2019. All rights reserved.