Uses of Interface
io.ciera.tool.sql.architecture.expression.ArrayLengthAccess
Packages that use ArrayLengthAccess
Package
Description
-
Uses of ArrayLengthAccess in io.ciera.tool
Methods in io.ciera.tool with parameters of type ArrayLengthAccessModifier and TypeMethodDescriptionvoidvoidSql.relate_R776_ArrayLengthAccess_is_a_Expression(ArrayLengthAccess form, Expression part) voidSqlSqlLoader.serialize_3908(ArrayLengthAccess arraylengthaccess_inst, PrintStream out) voidSqlSqlLoader.serialize_776(ArrayLengthAccess arraylengthaccess_inst, PrintStream out) voidSqlSqlLoader.serialize_ArrayLengthAccess(ArrayLengthAccess arraylengthaccess_inst, PrintStream out) voidvoid -
Uses of ArrayLengthAccess in io.ciera.tool.sql.architecture.expression
Methods in io.ciera.tool.sql.architecture.expression that return ArrayLengthAccessModifier and TypeMethodDescriptionExpression.R3908_is_root_for_ArrayLengthAccess()Expression.R776_is_a_ArrayLengthAccess()Methods in io.ciera.tool.sql.architecture.expression with parameters of type ArrayLengthAccessModifier and TypeMethodDescriptiondefault voidExpression.setR3908_is_root_for_ArrayLengthAccess(ArrayLengthAccess inst) default voidExpression.setR776_is_a_ArrayLengthAccess(ArrayLengthAccess inst) -
Uses of ArrayLengthAccess in io.ciera.tool.sql.architecture.expression.impl
Classes in io.ciera.tool.sql.architecture.expression.impl that implement ArrayLengthAccessFields in io.ciera.tool.sql.architecture.expression.impl declared as ArrayLengthAccessModifier and TypeFieldDescriptionstatic final ArrayLengthAccessArrayLengthAccessImpl.EMPTY_ARRAYLENGTHACCESSMethods in io.ciera.tool.sql.architecture.expression.impl that return ArrayLengthAccessModifier and TypeMethodDescriptionstatic ArrayLengthAccessstatic ArrayLengthAccessArrayLengthAccessImpl.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) static ArrayLengthAccessArrayLengthAccessImpl.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) ArrayLengthAccessSetImpl.nullElement()ArrayLengthAccessImpl.oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition) ExpressionImpl.R3908_is_root_for_ArrayLengthAccess()ExpressionImpl.R776_is_a_ArrayLengthAccess()ArrayLengthAccessImpl.self()Methods in io.ciera.tool.sql.architecture.expression.impl that return types with arguments of type ArrayLengthAccessMethods in io.ciera.tool.sql.architecture.expression.impl with parameters of type ArrayLengthAccessModifier and TypeMethodDescriptionvoidExpressionImpl.setR3908_is_root_for_ArrayLengthAccess(ArrayLengthAccess inst) voidExpressionImpl.setR776_is_a_ArrayLengthAccess(ArrayLengthAccess inst) Method parameters in io.ciera.tool.sql.architecture.expression.impl with type arguments of type ArrayLengthAccessModifier and TypeMethodDescriptionArrayLengthAccessSetImpl.emptySet(Comparator<? super ArrayLengthAccess> comp) Constructor parameters in io.ciera.tool.sql.architecture.expression.impl with type arguments of type ArrayLengthAccessModifierConstructorDescriptionArrayLengthAccessSetImpl(Comparator<? super ArrayLengthAccess> comp)