Uses of Interface
io.ciera.tool.sql.ooaofooa.invocation.FunctionInvocation
-
-
Uses of FunctionInvocation in io.ciera.tool
Methods in io.ciera.tool with parameters of type FunctionInvocation Modifier and Type Method Description voidSql. relate_R603_FunctionInvocation_is_a_ACT_SMT(FunctionInvocation form, ACT_SMT part)voidSql. relate_R669_V_PAR_FunctionInvocation(V_PAR form, FunctionInvocation part)voidSql. relate_R675_FunctionInvocation_is_an_invocation_of_S_SYNC(FunctionInvocation form, S_SYNC part)voidSqlSqlLoader. serialize_FunctionInvocation(FunctionInvocation functioninvocation_inst, PrintStream out)voidSql. unrelate_R603_FunctionInvocation_is_a_ACT_SMT(FunctionInvocation form, ACT_SMT part)voidSql. unrelate_R669_V_PAR_FunctionInvocation(V_PAR form, FunctionInvocation part)voidSql. unrelate_R675_FunctionInvocation_is_an_invocation_of_S_SYNC(FunctionInvocation form, S_SYNC part) -
Uses of FunctionInvocation in io.ciera.tool.sql.ooaofooa.body
Methods in io.ciera.tool.sql.ooaofooa.body that return FunctionInvocation Modifier and Type Method Description FunctionInvocationACT_SMT. R603_is_a_FunctionInvocation()Methods in io.ciera.tool.sql.ooaofooa.body with parameters of type FunctionInvocation Modifier and Type Method Description default voidACT_SMT. setR603_is_a_FunctionInvocation(FunctionInvocation inst) -
Uses of FunctionInvocation in io.ciera.tool.sql.ooaofooa.body.impl
Methods in io.ciera.tool.sql.ooaofooa.body.impl that return FunctionInvocation Modifier and Type Method Description FunctionInvocationACT_SMTImpl. R603_is_a_FunctionInvocation()Methods in io.ciera.tool.sql.ooaofooa.body.impl with parameters of type FunctionInvocation Modifier and Type Method Description voidACT_SMTImpl. setR603_is_a_FunctionInvocation(FunctionInvocation inst) -
Uses of FunctionInvocation in io.ciera.tool.sql.ooaofooa.domain
Methods in io.ciera.tool.sql.ooaofooa.domain with parameters of type FunctionInvocation Modifier and Type Method Description default voidS_SYNC. addR675_FunctionInvocation(FunctionInvocation inst)default voidS_SYNC. removeR675_FunctionInvocation(FunctionInvocation inst) -
Uses of FunctionInvocation in io.ciera.tool.sql.ooaofooa.domain.impl
Methods in io.ciera.tool.sql.ooaofooa.domain.impl with parameters of type FunctionInvocation Modifier and Type Method Description voidS_SYNCImpl. addR675_FunctionInvocation(FunctionInvocation inst)voidS_SYNCImpl. removeR675_FunctionInvocation(FunctionInvocation inst) -
Uses of FunctionInvocation in io.ciera.tool.sql.ooaofooa.invocation.impl
Classes in io.ciera.tool.sql.ooaofooa.invocation.impl that implement FunctionInvocation Modifier and Type Class Description classFunctionInvocationImplFields in io.ciera.tool.sql.ooaofooa.invocation.impl declared as FunctionInvocation Modifier and Type Field Description static FunctionInvocationFunctionInvocationImpl. EMPTY_FUNCTIONINVOCATIONMethods in io.ciera.tool.sql.ooaofooa.invocation.impl that return FunctionInvocation Modifier and Type Method Description static FunctionInvocationFunctionInvocationImpl. create(Sql context)static FunctionInvocationFunctionInvocationImpl. create(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, io.ciera.runtime.summit.types.UniqueId ref_Statement_ID, io.ciera.runtime.summit.types.UniqueId ref_Sync_ID, int m_functionNameLineNumber, int m_functionNameColumn)FunctionInvocationFunctionInvocationSetImpl. nullElement()FunctionInvocationFunctionInvocationImpl. oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition)FunctionInvocationFunctionInvocationImpl. self()Methods in io.ciera.tool.sql.ooaofooa.invocation.impl that return types with arguments of type FunctionInvocation Modifier and Type Method Description List<FunctionInvocation>FunctionInvocationSetImpl. elements()Method parameters in io.ciera.tool.sql.ooaofooa.invocation.impl with type arguments of type FunctionInvocation Modifier and Type Method Description FunctionInvocationSetFunctionInvocationSetImpl. emptySet(Comparator<? super FunctionInvocation> comp)Constructor parameters in io.ciera.tool.sql.ooaofooa.invocation.impl with type arguments of type FunctionInvocation Constructor Description FunctionInvocationSetImpl(Comparator<? super FunctionInvocation> comp) -
Uses of FunctionInvocation in io.ciera.tool.sql.ooaofooa.value
Methods in io.ciera.tool.sql.ooaofooa.value that return FunctionInvocation Modifier and Type Method Description FunctionInvocationV_PAR. R669_FunctionInvocation()Methods in io.ciera.tool.sql.ooaofooa.value with parameters of type FunctionInvocation Modifier and Type Method Description default voidV_PAR. setR669_FunctionInvocation(FunctionInvocation inst) -
Uses of FunctionInvocation in io.ciera.tool.sql.ooaofooa.value.impl
Methods in io.ciera.tool.sql.ooaofooa.value.impl that return FunctionInvocation Modifier and Type Method Description FunctionInvocationV_PARImpl. R669_FunctionInvocation()Methods in io.ciera.tool.sql.ooaofooa.value.impl with parameters of type FunctionInvocation Modifier and Type Method Description voidV_PARImpl. setR669_FunctionInvocation(FunctionInvocation inst)
-