Uses of Interface
io.ciera.tool.sql.architecture.expression.ArrayElementReference
Packages that use ArrayElementReference
Package
Description
-
Uses of ArrayElementReference in io.ciera.tool
Methods in io.ciera.tool with parameters of type ArrayElementReferenceModifier and TypeMethodDescriptionvoidSql.relate_R3900_ArrayElementReference_has_root_Expression(ArrayElementReference form, Expression part) voidSql.relate_R3901_ArrayElementReference_has_index_Expression(ArrayElementReference form, Expression part) voidvoidSqlSqlLoader.serialize_3900(ArrayElementReference arrayelementreference_inst, PrintStream out) voidSqlSqlLoader.serialize_3901(ArrayElementReference arrayelementreference_inst, PrintStream out) voidSqlSqlLoader.serialize_776(ArrayElementReference arrayelementreference_inst, PrintStream out) voidSqlSqlLoader.serialize_ArrayElementReference(ArrayElementReference arrayelementreference_inst, PrintStream out) voidSql.unrelate_R3900_ArrayElementReference_has_root_Expression(ArrayElementReference form, Expression part) voidSql.unrelate_R3901_ArrayElementReference_has_index_Expression(ArrayElementReference form, Expression part) voidSql.unrelate_R776_ArrayElementReference_is_a_Expression(ArrayElementReference form, Expression part) -
Uses of ArrayElementReference in io.ciera.tool.sql.architecture.expression
Methods in io.ciera.tool.sql.architecture.expression that return ArrayElementReferenceModifier and TypeMethodDescriptionExpression.R3900_is_root_for_ArrayElementReference()Expression.R3901_is_index_for_ArrayElementReference()Expression.R776_is_a_ArrayElementReference()Methods in io.ciera.tool.sql.architecture.expression with parameters of type ArrayElementReferenceModifier and TypeMethodDescriptiondefault voidExpression.setR3900_is_root_for_ArrayElementReference(ArrayElementReference inst) default voidExpression.setR3901_is_index_for_ArrayElementReference(ArrayElementReference inst) default voidExpression.setR776_is_a_ArrayElementReference(ArrayElementReference inst) -
Uses of ArrayElementReference in io.ciera.tool.sql.architecture.expression.impl
Classes in io.ciera.tool.sql.architecture.expression.impl that implement ArrayElementReferenceFields in io.ciera.tool.sql.architecture.expression.impl declared as ArrayElementReferenceModifier and TypeFieldDescriptionstatic final ArrayElementReferenceArrayElementReferenceImpl.EMPTY_ARRAYELEMENTREFERENCEMethods in io.ciera.tool.sql.architecture.expression.impl that return ArrayElementReferenceModifier and TypeMethodDescriptionstatic ArrayElementReferencestatic ArrayElementReferenceArrayElementReferenceImpl.create(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, String ref_parent_name, String ref_parent_package, String ref_body_name, String ref_block_number, String ref_statement_number, String ref_expression_number, String ref_root_expression_number, String ref_index_expression_number) static ArrayElementReferenceArrayElementReferenceImpl.create(Sql context, String ref_parent_name, String ref_parent_package, String ref_body_name, String ref_block_number, String ref_statement_number, String ref_expression_number, String ref_root_expression_number, String ref_index_expression_number) ArrayElementReferenceSetImpl.nullElement()ArrayElementReferenceImpl.oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition) ExpressionImpl.R3900_is_root_for_ArrayElementReference()ExpressionImpl.R3901_is_index_for_ArrayElementReference()ExpressionImpl.R776_is_a_ArrayElementReference()ArrayElementReferenceImpl.self()Methods in io.ciera.tool.sql.architecture.expression.impl that return types with arguments of type ArrayElementReferenceMethods in io.ciera.tool.sql.architecture.expression.impl with parameters of type ArrayElementReferenceModifier and TypeMethodDescriptionvoidExpressionImpl.setR3900_is_root_for_ArrayElementReference(ArrayElementReference inst) voidExpressionImpl.setR3901_is_index_for_ArrayElementReference(ArrayElementReference inst) voidExpressionImpl.setR776_is_a_ArrayElementReference(ArrayElementReference inst) Method parameters in io.ciera.tool.sql.architecture.expression.impl with type arguments of type ArrayElementReferenceModifier and TypeMethodDescriptionArrayElementReferenceSetImpl.emptySet(Comparator<? super ArrayElementReference> comp) Constructor parameters in io.ciera.tool.sql.architecture.expression.impl with type arguments of type ArrayElementReferenceModifierConstructorDescriptionArrayElementReferenceSetImpl(Comparator<? super ArrayElementReference> comp)