Uses of Class
de.grogra.xl.compiler.xl16u.XL16UQueryExpressionIr
Packages that use XL16UQueryExpressionIr
-
Uses of XL16UQueryExpressionIr in de.grogra.xl.compiler.xl16u
Methods in de.grogra.xl.compiler.xl16u that return XL16UQueryExpressionIrModifier and TypeMethodDescriptionXL16UDirectQueryBuilderPlan.getQuery()XL16UQueryExecutionDecision.getQuery()static XL16UQueryExpressionIrXL16UQueryExpressionIr.of(XL16UOffsetRange range, String sourceText, boolean contextQuery, boolean openQuery, boolean anyNodeOnlyQuery, boolean containsClique, int queryLocalDeclarationCount, int extentVisibilityCount, int graphElementCount) static XL16UQueryExpressionIrXL16UQueryExpressionIr.of(XL16UOffsetRange range, String sourceText, boolean contextQuery, boolean openQuery, boolean anyNodeOnlyQuery, boolean containsClique, int queryLocalDeclarationCount, int extentVisibilityCount, int graphElementCount, List<XL16UQueryPatternElementIr> patternElements) Methods in de.grogra.xl.compiler.xl16u that return types with arguments of type XL16UQueryExpressionIrMethods in de.grogra.xl.compiler.xl16u with parameters of type XL16UQueryExpressionIrModifier and TypeMethodDescriptionstatic XL16UQueryExecutionDecisionXL16UQueryExecutionDecision.bridgeCompatible(XL16UQueryExpressionIr query) static XL16UQueryExecutionDecisionXL16UQueryExecutionDecision.deferred(XL16UQueryExpressionIr query, String reasonId, String reason) static XL16UQueryExecutionDecisionXL16UQueryExecutionDecision.directRequired(XL16UQueryExpressionIr query, String reasonId, String reason) static XL16UDirectQueryBuilderPlanXL16UDirectQueryBuilderPlan.fromQuery(XL16UQueryExpressionIr query) Method parameters in de.grogra.xl.compiler.xl16u with type arguments of type XL16UQueryExpressionIrModifier and TypeMethodDescriptionstatic XL16UQueryIrXL16UQueryIr.of(List<XL16UQueryExpressionIr> queryExpressions)