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.modelMethods in com._1c.g5.v8.dt.ql.model that return FunctionInvocationExpression Modifier and Type Method Description FunctionInvocationExpressionQlFactory. createFunctionInvocationExpression()Returns a new object of class 'Function Invocation Expression'.
- 
Uses of FunctionInvocationExpression in com._1c.g5.v8.dt.ql.model.implClasses in com._1c.g5.v8.dt.ql.model.impl that implement FunctionInvocationExpression Modifier and Type Class Description classFunctionInvocationExpressionImplAn 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 FunctionInvocationExpressionQlFactoryImpl. createFunctionInvocationExpression()
- 
Uses of FunctionInvocationExpression in com._1c.g5.v8.dt.ql.model.utilMethods in com._1c.g5.v8.dt.ql.model.util with parameters of type FunctionInvocationExpression Modifier and Type Method Description TQlSwitch. 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.resourceMethod parameters in com._1c.g5.v8.dt.ql.resource with type arguments of type FunctionInvocationExpression Modifier and Type Method Description voidQlDerivedStateComputer.GetterObjectByType. discardProxyForFunction(Collection<FunctionInvocationExpression> list)Discard proxy for each object inlist.
- 
Uses of FunctionInvocationExpression in com._1c.g5.v8.dt.qw.ui.utilsMethods in com._1c.g5.v8.dt.qw.ui.utils that return FunctionInvocationExpression Modifier and Type Method Description static FunctionInvocationExpressionQueryWizardServiceUtils. getAggregateFromExpressions(org.eclipse.emf.common.util.EList<QuerySchemaExpression> fields)Is collection of expressions contain aggregate fieldstatic FunctionInvocationExpressionQueryWizardServiceUtils. getContainedAggregate(AbstractExpression field)Get aggregate from expression
 
-