Modifier and Type | Method and Description |
---|---|
EPType |
AggregationMultiFunctionHandler.getReturnType()
Provide return type.
|
Modifier and Type | Method and Description |
---|---|
EPType |
EnumMethodModeStaticMethod.getReturnType()
Returns the return type of the enumeration method.
|
Modifier and Type | Method and Description |
---|---|
void |
EnumMethodModeStaticMethod.setReturnType(EPType returnType)
Sets the return type of the enumeration method.
|
Constructor and Description |
---|
EnumMethodModeStaticMethod(Class stateClass,
Class serviceClass,
String methodName,
EPType returnType,
boolean earlyExit)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
static ReformatFormatForgeDesc |
CalendarOpUtil.validateGetFormatterType(EPType inputType,
String methodName,
ExprNode exprNode) |
Modifier and Type | Method and Description |
---|---|
EPType |
ExprDotDTMethodDesc.getReturnType() |
EPType |
ExprDotDTForge.getTypeInfo() |
Modifier and Type | Method and Description |
---|---|
static ExprDotDTMethodDesc |
ExprDotDTFactory.validateMake(StreamTypeService streamTypeService,
Deque<Chainable> chainSpecStack,
DatetimeMethodDesc dtMethod,
String dtMethodName,
EPType inputType,
List<ExprNode> parameters,
ExprDotNodeFilterAnalyzerInput inputDesc,
TimeAbacus timeAbacus,
TableCompileTimeResolver tableCompileTimeResolver,
ClasspathImportServiceCompileTime classpathImportService,
StatementRawInfo statementRawInfo) |
Constructor and Description |
---|
ExprDotDTMethodDesc(ExprDotForge forge,
EPType returnType,
FilterExprAnalyzerAffector intervalFilterDesc) |
Modifier and Type | Method and Description |
---|---|
ReformatForge |
ReformatForgeFactory.getForge(EPType inputType,
TimeAbacus timeAbacus,
DatetimeMethodDesc desc,
String methodNameUsed,
List<ExprNode> parameters) |
Modifier and Type | Field and Description |
---|---|
protected EPType |
ExprDotForgeEnumMethodBase.typeInfo |
Modifier and Type | Method and Description |
---|---|
EPType |
ExprDotStaticMethodWrapIterableScalar.getTypeInfo() |
EPType |
ExprDotStaticMethodWrapIterableEvents.getTypeInfo() |
EPType |
ExprDotStaticMethodWrapEventBeanColl.getTypeInfo() |
EPType |
ExprDotStaticMethodWrapEventBeanArr.getTypeInfo() |
EPType |
ExprDotStaticMethodWrapCollection.getTypeInfo() |
EPType |
ExprDotStaticMethodWrapArrayScalar.getTypeInfo() |
EPType |
ExprDotStaticMethodWrapArrayEvents.getTypeInfo() |
EPType |
ExprDotStaticMethodWrap.getTypeInfo() |
EPType |
ExprDotForgeUnpackCollEventBeanTable.getTypeInfo() |
EPType |
ExprDotForgeUnpackCollEventBean.getTypeInfo() |
EPType |
ExprDotForgeUnpackBeanTable.getTypeInfo() |
EPType |
ExprDotForgeUnpackBean.getTypeInfo() |
EPType |
ExprDotForgePropertyFragment.getTypeInfo() |
EPType |
ExprDotForgePropertyArray.getTypeInfo() |
EPType |
ExprDotForgeProperty.getTypeInfo() |
EPType |
ExprDotForgeEnumMethodEval.getTypeInfo() |
EPType |
ExprDotForgeEnumMethodBase.getTypeInfo() |
Modifier and Type | Method and Description |
---|---|
void |
ExprDotForgeEnumMethodBase.init(Integer streamOfProviderIfApplicable,
EnumMethodDesc enumMethodDesc,
String enumMethodUsedName,
EPType typeInfo,
List<ExprNode> parameters,
ExprValidationContext validationContext) |
void |
ExprDotForgeEnumMethod.init(Integer streamOfProviderIfApplicable,
EnumMethodDesc lambda,
String lambdaUsedName,
EPType currentInputType,
List<ExprNode> parameters,
ExprValidationContext validationContext) |
Constructor and Description |
---|
ExprDotForgeProperty(EventPropertyGetterSPI getter,
EPType returnType) |
ExprDotForgePropertyArray(EventPropertyGetterSPI getter,
EPType returnType,
ExprNode indexExpression,
Class arrayType,
String propertyName) |
ExprDotForgePropertyFragment(EventPropertyGetterSPI getter,
EPType returnType) |
Modifier and Type | Method and Description |
---|---|
EPType |
EnumForgeDesc.getType() |
Constructor and Description |
---|
EnumForgeDesc(EPType type,
EnumForge forge) |
Modifier and Type | Method and Description |
---|---|
protected EPType |
ExprDotForgeAllOfAnyOf.initAndNoParamsReturnType(EventType inputEventType,
Class collectionComponentType) |
Modifier and Type | Method and Description |
---|---|
protected Function<ExprDotEvalParamLambda,EPType> |
ExprDotForgeAllOfAnyOf.initAndSingleParamReturnType(EventType inputEventType,
Class collectionComponentType) |
Modifier and Type | Method and Description |
---|---|
protected ThreeFormNoParamFactory.ForgeFunction |
ExprDotForgeAllOfAnyOf.noParamsForge(EnumMethodEnum enumMethod,
EPType type,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
protected EPType |
ExprDotForgeArrayOf.initAndNoParamsReturnType(EventType inputEventType,
Class collectionComponentType) |
Modifier and Type | Method and Description |
---|---|
protected Function<ExprDotEvalParamLambda,EPType> |
ExprDotForgeArrayOf.initAndSingleParamReturnType(EventType inputEventType,
Class collectionComponentType) |
Modifier and Type | Method and Description |
---|---|
protected ThreeFormNoParamFactory.ForgeFunction |
ExprDotForgeArrayOf.noParamsForge(EnumMethodEnum enumMethod,
EPType type,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
protected EPType |
ExprDotForgeAverage.initAndNoParamsReturnType(EventType inputEventType,
Class collectionComponentType) |
Modifier and Type | Method and Description |
---|---|
protected Function<ExprDotEvalParamLambda,EPType> |
ExprDotForgeAverage.initAndSingleParamReturnType(EventType inputEventType,
Class collectionComponentType) |
Modifier and Type | Method and Description |
---|---|
protected ThreeFormNoParamFactory.ForgeFunction |
ExprDotForgeAverage.noParamsForge(EnumMethodEnum enumMethod,
EPType type,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
protected abstract EPType |
ExprDotForgeLambdaThreeForm.initAndNoParamsReturnType(EventType inputEventType,
Class collectionComponentType) |
Modifier and Type | Method and Description |
---|---|
protected abstract Function<ExprDotEvalParamLambda,EPType> |
ExprDotForgeLambdaThreeForm.initAndSingleParamReturnType(EventType inputEventType,
Class collectionComponentType) |
Constructor and Description |
---|
ThreeFormNoParamFactory(EPType returnType,
ThreeFormNoParamFactory.ForgeFunction function) |
Constructor and Description |
---|
ThreeFormBaseFactory(Function<ExprDotEvalParamLambda,EPType> returnType) |
ThreeFormEventPlainFactory(Function<ExprDotEvalParamLambda,EPType> returnType,
EventType eventType,
String streamName,
ThreeFormEventPlainFactory.ForgeFunction function) |
ThreeFormEventPlusFactory(Function<ExprDotEvalParamLambda,EPType> returnType,
EventType eventType,
String streamName,
ObjectArrayEventType fieldType,
int numParameters,
ThreeFormEventPlusFactory.ForgeFunction function) |
ThreeFormScalarFactory(Function<ExprDotEvalParamLambda,EPType> returnType,
ObjectArrayEventType eventType,
int numParams,
ThreeFormScalarFactory.ForgeFunction function) |
Modifier and Type | Method and Description |
---|---|
protected EPType |
ExprDotForgeCountOf.initAndNoParamsReturnType(EventType inputEventType,
Class collectionComponentType) |
Modifier and Type | Method and Description |
---|---|
protected Function<ExprDotEvalParamLambda,EPType> |
ExprDotForgeCountOf.initAndSingleParamReturnType(EventType inputEventType,
Class collectionComponentType) |
Modifier and Type | Method and Description |
---|---|
protected ThreeFormNoParamFactory.ForgeFunction |
ExprDotForgeCountOf.noParamsForge(EnumMethodEnum enumMethod,
EPType type,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
protected EPType |
ExprDotForgeDistinctOf.initAndNoParamsReturnType(EventType inputEventType,
Class collectionComponentType) |
Modifier and Type | Method and Description |
---|---|
protected Function<ExprDotEvalParamLambda,EPType> |
ExprDotForgeDistinctOf.initAndSingleParamReturnType(EventType inputEventType,
Class collectionComponentType) |
Modifier and Type | Method and Description |
---|---|
protected ThreeFormNoParamFactory.ForgeFunction |
ExprDotForgeDistinctOf.noParamsForge(EnumMethodEnum enumMethod,
EPType type,
StatementCompileTimeServices services) |
Modifier and Type | Field and Description |
---|---|
EPType |
EnumFirstOfScalar.columnType |
protected EPType |
EnumLastOfScalar.resultType |
Modifier and Type | Method and Description |
---|---|
protected EPType |
ExprDotForgeFirstLastOf.initAndNoParamsReturnType(EventType inputEventType,
Class collectionComponentType) |
Modifier and Type | Method and Description |
---|---|
protected Function<ExprDotEvalParamLambda,EPType> |
ExprDotForgeFirstLastOf.initAndSingleParamReturnType(EventType inputEventType,
Class collectionComponentType) |
Modifier and Type | Method and Description |
---|---|
protected ThreeFormNoParamFactory.ForgeFunction |
ExprDotForgeFirstLastOf.noParamsForge(EnumMethodEnum enumMethod,
EPType type,
StatementCompileTimeServices services) |
Constructor and Description |
---|
EnumFirstOf(int streamCountIncoming,
EPType resultType) |
EnumFirstOfScalar(ExprDotEvalParamLambda lambda,
ObjectArrayEventType fieldEventType,
int numParameters,
EPType columnType) |
EnumLastOf(int streamCountIncoming,
EPType resultType) |
EnumLastOfScalar(ExprDotEvalParamLambda lambda,
ObjectArrayEventType fieldEventType,
int numParameters,
EPType resultType) |
Modifier and Type | Method and Description |
---|---|
protected EPType |
ExprDotForgeGroupByOneParam.initAndNoParamsReturnType(EventType inputEventType,
Class collectionComponentType) |
Modifier and Type | Method and Description |
---|---|
protected Function<ExprDotEvalParamLambda,EPType> |
ExprDotForgeGroupByOneParam.initAndSingleParamReturnType(EventType inputEventType,
Class collectionComponentType) |
Modifier and Type | Method and Description |
---|---|
protected ThreeFormNoParamFactory.ForgeFunction |
ExprDotForgeGroupByOneParam.noParamsForge(EnumMethodEnum enumMethod,
EPType type,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
protected EPType |
ExprDotForgeMinMax.initAndNoParamsReturnType(EventType inputEventType,
Class collectionComponentType) |
Modifier and Type | Method and Description |
---|---|
protected Function<ExprDotEvalParamLambda,EPType> |
ExprDotForgeMinMax.initAndSingleParamReturnType(EventType inputEventType,
Class collectionComponentType) |
Modifier and Type | Method and Description |
---|---|
protected ThreeFormNoParamFactory.ForgeFunction |
ExprDotForgeMinMax.noParamsForge(EnumMethodEnum enumMethod,
EPType type,
StatementCompileTimeServices services) |
Constructor and Description |
---|
EnumMinMaxScalarNoParam(int streamCountIncoming,
boolean max,
EPType resultType) |
Modifier and Type | Field and Description |
---|---|
protected EPType |
EnumMinMaxByScalar.resultType |
Modifier and Type | Method and Description |
---|---|
protected EPType |
ExprDotForgeMinByMaxBy.initAndNoParamsReturnType(EventType inputEventType,
Class collectionComponentType) |
Modifier and Type | Method and Description |
---|---|
protected Function<ExprDotEvalParamLambda,EPType> |
ExprDotForgeMinByMaxBy.initAndSingleParamReturnType(EventType inputEventType,
Class collectionComponentType) |
Modifier and Type | Method and Description |
---|---|
protected ThreeFormNoParamFactory.ForgeFunction |
ExprDotForgeMinByMaxBy.noParamsForge(EnumMethodEnum enumMethod,
EPType type,
StatementCompileTimeServices services) |
Constructor and Description |
---|
EnumMinMaxByScalar(ExprDotEvalParamLambda lambda,
ObjectArrayEventType fieldEventType,
int numParameters,
boolean max,
EPType resultType) |
Modifier and Type | Method and Description |
---|---|
protected EPType |
ExprDotForgeMostLeastFrequent.initAndNoParamsReturnType(EventType inputEventType,
Class collectionComponentType) |
Modifier and Type | Method and Description |
---|---|
protected Function<ExprDotEvalParamLambda,EPType> |
ExprDotForgeMostLeastFrequent.initAndSingleParamReturnType(EventType inputEventType,
Class collectionComponentType) |
Modifier and Type | Method and Description |
---|---|
protected ThreeFormNoParamFactory.ForgeFunction |
ExprDotForgeMostLeastFrequent.noParamsForge(EnumMethodEnum enumMethod,
EPType type,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
protected EPType |
ExprDotForgeOrderByAscDesc.initAndNoParamsReturnType(EventType inputEventType,
Class collectionComponentType) |
Modifier and Type | Method and Description |
---|---|
protected Function<ExprDotEvalParamLambda,EPType> |
ExprDotForgeOrderByAscDesc.initAndSingleParamReturnType(EventType inputEventType,
Class collectionComponentType) |
Modifier and Type | Method and Description |
---|---|
protected ThreeFormNoParamFactory.ForgeFunction |
ExprDotForgeOrderByAscDesc.noParamsForge(EnumMethodEnum enumMethod,
EPType type,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
protected EPType |
ExprDotForgeSelectFrom.initAndNoParamsReturnType(EventType inputEventType,
Class collectionComponentType) |
Modifier and Type | Method and Description |
---|---|
protected Function<ExprDotEvalParamLambda,EPType> |
ExprDotForgeSelectFrom.initAndSingleParamReturnType(EventType inputEventType,
Class collectionComponentType) |
Modifier and Type | Method and Description |
---|---|
protected ThreeFormNoParamFactory.ForgeFunction |
ExprDotForgeSelectFrom.noParamsForge(EnumMethodEnum enumMethod,
EPType type,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
protected EPType |
ExprDotForgeSumOf.initAndNoParamsReturnType(EventType inputEventType,
Class collectionComponentType) |
Modifier and Type | Method and Description |
---|---|
protected Function<ExprDotEvalParamLambda,EPType> |
ExprDotForgeSumOf.initAndSingleParamReturnType(EventType inputEventType,
Class collectionComponentType) |
Modifier and Type | Method and Description |
---|---|
protected ThreeFormNoParamFactory.ForgeFunction |
ExprDotForgeSumOf.noParamsForge(EnumMethodEnum enumMethod,
EPType type,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
protected EPType |
ExprDotForgeTakeWhileAndLast.initAndNoParamsReturnType(EventType inputEventType,
Class collectionComponentType) |
Modifier and Type | Method and Description |
---|---|
protected Function<ExprDotEvalParamLambda,EPType> |
ExprDotForgeTakeWhileAndLast.initAndSingleParamReturnType(EventType inputEventType,
Class collectionComponentType) |
Modifier and Type | Method and Description |
---|---|
protected ThreeFormNoParamFactory.ForgeFunction |
ExprDotForgeTakeWhileAndLast.noParamsForge(EnumMethodEnum enumMethod,
EPType type,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
protected EPType |
ExprDotForgeWhere.initAndNoParamsReturnType(EventType inputEventType,
Class collectionComponentType) |
Modifier and Type | Method and Description |
---|---|
protected Function<ExprDotEvalParamLambda,EPType> |
ExprDotForgeWhere.initAndSingleParamReturnType(EventType inputEventType,
Class collectionComponentType) |
Modifier and Type | Method and Description |
---|---|
protected ThreeFormNoParamFactory.ForgeFunction |
ExprDotForgeWhere.noParamsForge(EnumMethodEnum enumMethod,
EPType type,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
protected abstract EPType |
ExprDotForgeTwoLambda.returnType(EventType inputEventType,
Class collectionComponentType) |
Modifier and Type | Method and Description |
---|---|
EnumForge |
TwoLambdaThreeFormEventPlainFactory.ForgeFunction.apply(ExprDotEvalParamLambda first,
ExprDotEvalParamLambda second,
int streamCountIncoming,
EPType typeInfo,
StatementCompileTimeServices services) |
EnumForge |
TwoLambdaThreeFormEventPlusFactory.ForgeFunction.apply(ExprDotEvalParamLambda first,
ExprDotEvalParamLambda second,
int streamCountIncoming,
ObjectArrayEventType firstType,
ObjectArrayEventType secondType,
int numParameters,
EPType typeInfo,
StatementCompileTimeServices services) |
EnumForge |
TwoLambdaThreeFormScalarFactory.ForgeFunction.apply(ExprDotEvalParamLambda first,
ExprDotEvalParamLambda second,
ObjectArrayEventType eventTypeFirst,
ObjectArrayEventType eventTypeSecond,
int streamCountIncoming,
int numParams,
EPType typeInfo) |
Constructor and Description |
---|
TwoLambdaThreeFormEventPlainFactory(EventType eventType,
String streamNameFirst,
String streamNameSecond,
EPType returnType,
TwoLambdaThreeFormEventPlainFactory.ForgeFunction function) |
TwoLambdaThreeFormEventPlusFactory(EventType inputEventType,
String streamNameFirst,
String streamNameSecond,
ObjectArrayEventType typeKey,
ObjectArrayEventType typeValue,
int numParams,
EPType returnType,
TwoLambdaThreeFormEventPlusFactory.ForgeFunction function) |
TwoLambdaThreeFormScalarFactory(ObjectArrayEventType typeFirst,
ObjectArrayEventType typeSecond,
int numParams,
EPType returnType,
TwoLambdaThreeFormScalarFactory.ForgeFunction function) |
Modifier and Type | Method and Description |
---|---|
protected EPType |
ExprDotForgeGroupByTwoParam.returnType(EventType inputEventType,
Class collectionComponentType) |
Modifier and Type | Method and Description |
---|---|
protected EPType |
ExprDotForgeToMap.returnType(EventType inputEventType,
Class collectionComponentType) |
Modifier and Type | Method and Description |
---|---|
EPType |
ExprDotEnumerationSourceForge.getReturnType() |
EPType |
ExprDotMethodForgeNoDuckEvalWrapArray.getTypeInfo() |
EPType |
ExprDotMethodForgeNoDuckEvalPlain.getTypeInfo() |
EPType |
ExprDotMethodForgeNoDuck.getTypeInfo() |
EPType |
ExprDotMethodForgeDuckEval.getTypeInfo() |
EPType |
ExprDotMethodForgeDuck.getTypeInfo() |
EPType |
ExprDotForgeSizeCollection.getTypeInfo() |
EPType |
ExprDotForgeSizeArray.getTypeInfo() |
EPType |
ExprDotForgeGetCollectionEval.getTypeInfo() |
EPType |
ExprDotForgeGetCollection.getTypeInfo() |
EPType |
ExprDotForgeGetArrayEval.getTypeInfo() |
EPType |
ExprDotForgeGetArray.getTypeInfo() |
EPType |
ExprDotForgeEventArrayAtIndex.getTypeInfo() |
EPType |
ExprDotForge.getTypeInfo() |
EPType |
ExprDotEvalRootChildInnerForge.getTypeInfo() |
Modifier and Type | Method and Description |
---|---|
static ExprDotNodeRealizedChain |
ExprDotNodeUtility.getChainEvaluators(Integer streamOfProviderIfApplicable,
EPType inputType,
List<Chainable> chainSpec,
ExprValidationContext validationContext,
boolean isDuckTyping,
ExprDotNodeFilterAnalyzerInput inputDesc) |
Constructor and Description |
---|
ExprDotEnumerationSourceForge(EPType returnType,
Integer streamOfProviderIfApplicable,
ExprEnumerationForge enumeration) |
ExprDotEnumerationSourceForgeForProps(ExprEnumerationForge enumeration,
EPType returnType,
Integer streamOfProviderIfApplicable,
ExprEnumerationGivenEventForge enumerationGivenEvent) |
ExprDotForgeEventArrayAtIndex(EPType returnType,
ExprNode indexExpression) |
ExprDotNodeForgeRootChild(ExprDotNodeImpl parent,
FilterExprAnalyzerAffector filterExprAnalyzerAffector,
Integer streamNumReferenced,
String rootPropertyName,
boolean hasEnumerationMethod,
ExprForge rootNodeForge,
ExprEnumerationForge rootLambdaEvaluator,
EPType typeInfo,
ExprDotForge[] forgesIteratorEventBean,
ExprDotForge[] forgesUnpacking,
boolean checkedUnpackEvent) |
Modifier and Type | Method and Description |
---|---|
EPType |
InnerDotScalarUnpackEventForge.getTypeInfo() |
EPType |
InnerDotScalarForge.getTypeInfo() |
EPType |
InnerDotEnumerableScalarCollectionForge.getTypeInfo() |
EPType |
InnerDotEnumerableEventCollectionForge.getTypeInfo() |
EPType |
InnerDotEnumerableEventBeanForge.getTypeInfo() |
EPType |
InnerDotCollForge.getTypeInfo() |
EPType |
InnerDotArrPrimitiveToCollForge.getTypeInfo() |
EPType |
InnerDotArrObjectToCollForge.getTypeInfo() |
Modifier and Type | Method and Description |
---|---|
EPType |
TableMetadataColumnAggregation.getOptionalEnumerationType() |
Modifier and Type | Method and Description |
---|---|
void |
TableMetadataColumnAggregation.setOptionalEnumerationType(EPType optionalEnumerationType) |
Constructor and Description |
---|
TableMetadataColumnAggregation(String columnName,
boolean key,
int column,
AggregationPortableValidation aggregationPortableValidation,
String aggregationExpression,
boolean methodAgg,
EPType optionalEnumerationType) |
Modifier and Type | Class and Description |
---|---|
class |
ClassEPType
Any Java primitive type as well as any class and other non-array or non-collection type
|
class |
ClassMultiValuedEPType
An array or collection of native values.
|
class |
EventEPType |
class |
EventMultiValuedEPType
Clazz can be either
- Collection
- Array i.e.
|
class |
NullEPType |
Modifier and Type | Method and Description |
---|---|
static EPType |
EPTypeHelper.array(Class arrayComponentType)
Indicate that the expression return type is an array of a given component type.
|
static EPType |
EPTypeHelper.arrayOfEvents(EventType eventTypeOfArrayEvents)
Indicate that the expression return type is an array of events of given type.
|
static EPType |
EPTypeHelper.collectionOfEvents(EventType eventTypeOfCollectionEvents)
Indicate that the expression return type is a collection of a given type of events.
|
static EPType |
EPTypeHelper.collectionOfSingleValue(Class collectionComponentType)
Indicate that the expression return type is a collection of a given component type.
|
static EPType |
EPTypeHelper.fromMethod(Method method)
Interrogate the provided method and determine whether it returns
single-value, array of single-value or collection of single-value and
their component type.
|
static EPType |
EPTypeHelper.nullValue() |
static EPType |
EPTypeHelper.optionalFromEnumerationExpr(StatementRawInfo raw,
StatementCompileTimeServices services,
ExprNode exprNode) |
static EPType |
EPTypeHelper.singleEvent(EventType eventTypeOfSingleEvent)
Indicate that the expression return type is single event of a given event type.
|
static EPType |
EPTypeHelper.singleValue(Class singleValueType)
Indicate that the expression return type is a single (non-enumerable) value of the given type.
|
Modifier and Type | Method and Description |
---|---|
static Class |
EPTypeHelper.getClassMultiValued(EPType type) |
static Class |
EPTypeHelper.getClassMultiValuedContainer(EPType type) |
static Class |
EPTypeHelper.getClassSingleValued(EPType type) |
static Class |
EPTypeHelper.getCodegenReturnType(EPType theType) |
static EventType |
EPTypeHelper.getEventType(EPType epType) |
static EventType |
EPTypeHelper.getEventTypeMultiValued(EPType type) |
static EventType |
EPTypeHelper.getEventTypeSingleValued(EPType type) |
static Class |
EPTypeHelper.getNormalizedClass(EPType theType) |
static boolean |
EPTypeHelper.isCarryEvent(EPType epType) |
static Class |
EPTypeHelper.optionalIsComponentTypeColl(EPType type) |
static EventType |
EPTypeHelper.optionalIsEventTypeColl(EPType type) |
static EventType |
EPTypeHelper.optionalIsEventTypeSingle(EPType type) |
static String |
EPTypeHelper.toTypeDescriptive(EPType epType)
Returns a nice text detailing the expression result type.
|
Constructor and Description |
---|
EPTypeCodegenSharable(EPType epType,
CodegenClassScope classScope) |
Copyright © 2005–2020. All rights reserved.