Uses of Interface
com._1c.g5.v8.dt.ql.model.FunctionInvocationExpression
-
Packages that use FunctionInvocationExpression Package Description com._1c.g5.v8.dt.ql.model com._1c.g5.v8.dt.ql.model.impl com._1c.g5.v8.dt.ql.model.util com._1c.g5.v8.dt.ql.resource com._1c.g5.v8.dt.qw.ui.utils -
-
Uses of FunctionInvocationExpression in com._1c.g5.v8.dt.ql.model
Methods in com._1c.g5.v8.dt.ql.model that return FunctionInvocationExpression Modifier and Type Method Description FunctionInvocationExpression
QlFactory. createFunctionInvocationExpression()
Returns a new object of class 'Function Invocation Expression'. -
Uses of FunctionInvocationExpression in com._1c.g5.v8.dt.ql.model.impl
Classes in com._1c.g5.v8.dt.ql.model.impl that implement FunctionInvocationExpression Modifier and Type Class Description class
FunctionInvocationExpressionImpl
An implementation of the model object 'Function Invocation Expression'.Methods in com._1c.g5.v8.dt.ql.model.impl that return FunctionInvocationExpression Modifier and Type Method Description FunctionInvocationExpression
QlFactoryImpl. createFunctionInvocationExpression()
-
Uses of FunctionInvocationExpression in com._1c.g5.v8.dt.ql.model.util
Methods in com._1c.g5.v8.dt.ql.model.util with parameters of type FunctionInvocationExpression Modifier and Type Method Description T
QlSwitch. caseFunctionInvocationExpression(FunctionInvocationExpression object)
Returns the result of interpreting the object as an instance of 'Function Invocation Expression'. -
Uses of FunctionInvocationExpression in com._1c.g5.v8.dt.ql.resource
Method parameters in com._1c.g5.v8.dt.ql.resource with type arguments of type FunctionInvocationExpression Modifier and Type Method Description void
QlDerivedStateComputer.GetterObjectByType. discardProxyForFunction(Collection<FunctionInvocationExpression> list)
Discard proxy for each object inlist
. -
Uses of FunctionInvocationExpression in com._1c.g5.v8.dt.qw.ui.utils
Methods in com._1c.g5.v8.dt.qw.ui.utils that return FunctionInvocationExpression Modifier and Type Method Description static FunctionInvocationExpression
QueryWizardServiceUtils. getAggregateFromExpressions(org.eclipse.emf.common.util.EList<QuerySchemaExpression> fields)
Is collection of expressions contain aggregate fieldstatic FunctionInvocationExpression
QueryWizardServiceUtils. getContainedAggregate(AbstractExpression field)
Get aggregate from expression
-