Uses of Interface
io.ciera.tool.sql.architecture.expression.ArrayElementReference
-
Packages that use ArrayElementReference Package Description io.ciera.tool io.ciera.tool.sql.architecture.expression io.ciera.tool.sql.architecture.expression.impl -
-
Uses of ArrayElementReference in io.ciera.tool
Methods in io.ciera.tool with parameters of type ArrayElementReference Modifier and Type Method Description voidSql. relate_R3900_ArrayElementReference_has_root_Expression(ArrayElementReference form, Expression part)voidSql. relate_R3901_ArrayElementReference_has_index_Expression(ArrayElementReference form, Expression part)voidSql. relate_R776_ArrayElementReference_is_a_Expression(ArrayElementReference form, Expression part)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 ArrayElementReference Modifier and Type Method Description ArrayElementReferenceExpression. R3900_is_root_for_ArrayElementReference()ArrayElementReferenceExpression. R3901_is_index_for_ArrayElementReference()ArrayElementReferenceExpression. R776_is_a_ArrayElementReference()Methods in io.ciera.tool.sql.architecture.expression with parameters of type ArrayElementReference Modifier and Type Method Description default 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 ArrayElementReference Modifier and Type Class Description classArrayElementReferenceImplFields in io.ciera.tool.sql.architecture.expression.impl declared as ArrayElementReference Modifier and Type Field Description static ArrayElementReferenceArrayElementReferenceImpl. EMPTY_ARRAYELEMENTREFERENCEMethods in io.ciera.tool.sql.architecture.expression.impl that return ArrayElementReference Modifier and Type Method Description static ArrayElementReferenceArrayElementReferenceImpl. create(Sql context)static 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)ArrayElementReferenceArrayElementReferenceSetImpl. nullElement()ArrayElementReferenceArrayElementReferenceImpl. oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition)ArrayElementReferenceExpressionImpl. R3900_is_root_for_ArrayElementReference()ArrayElementReferenceExpressionImpl. R3901_is_index_for_ArrayElementReference()ArrayElementReferenceExpressionImpl. R776_is_a_ArrayElementReference()ArrayElementReferenceArrayElementReferenceImpl. self()Methods in io.ciera.tool.sql.architecture.expression.impl that return types with arguments of type ArrayElementReference Modifier and Type Method Description List<ArrayElementReference>ArrayElementReferenceSetImpl. elements()Methods in io.ciera.tool.sql.architecture.expression.impl with parameters of type ArrayElementReference Modifier and Type Method Description voidExpressionImpl. 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 ArrayElementReference Modifier and Type Method Description ArrayElementReferenceSetArrayElementReferenceSetImpl. emptySet(Comparator<? super ArrayElementReference> comp)Constructor parameters in io.ciera.tool.sql.architecture.expression.impl with type arguments of type ArrayElementReference Constructor Description ArrayElementReferenceSetImpl(Comparator<? super ArrayElementReference> comp)
-