Uses of Interface
io.ciera.tool.sql.architecture.expression.ArrayLengthAccess
-
Packages that use ArrayLengthAccess Package Description io.ciera.tool io.ciera.tool.sql.architecture.expression io.ciera.tool.sql.architecture.expression.impl -
-
Uses of ArrayLengthAccess in io.ciera.tool
Methods in io.ciera.tool with parameters of type ArrayLengthAccess Modifier and Type Method Description voidSql. relate_R776_ArrayLengthAccess_is_a_Expression(ArrayLengthAccess form, Expression part)voidSqlSqlLoader. serialize_776(ArrayLengthAccess arraylengthaccess_inst, PrintStream out)voidSqlSqlLoader. serialize_ArrayLengthAccess(ArrayLengthAccess arraylengthaccess_inst, PrintStream out)voidSql. unrelate_R776_ArrayLengthAccess_is_a_Expression(ArrayLengthAccess form, Expression part) -
Uses of ArrayLengthAccess in io.ciera.tool.sql.architecture.expression
Methods in io.ciera.tool.sql.architecture.expression that return ArrayLengthAccess Modifier and Type Method Description ArrayLengthAccessExpression. R776_is_a_ArrayLengthAccess()Methods in io.ciera.tool.sql.architecture.expression with parameters of type ArrayLengthAccess Modifier and Type Method Description 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 ArrayLengthAccess Modifier and Type Class Description classArrayLengthAccessImplFields in io.ciera.tool.sql.architecture.expression.impl declared as ArrayLengthAccess Modifier and Type Field Description static ArrayLengthAccessArrayLengthAccessImpl. EMPTY_ARRAYLENGTHACCESSMethods in io.ciera.tool.sql.architecture.expression.impl that return ArrayLengthAccess Modifier and Type Method Description static ArrayLengthAccessArrayLengthAccessImpl. create(Sql context)static 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)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)ArrayLengthAccessArrayLengthAccessSetImpl. nullElement()ArrayLengthAccessArrayLengthAccessImpl. oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition)ArrayLengthAccessExpressionImpl. R776_is_a_ArrayLengthAccess()ArrayLengthAccessArrayLengthAccessImpl. self()Methods in io.ciera.tool.sql.architecture.expression.impl that return types with arguments of type ArrayLengthAccess Modifier and Type Method Description List<ArrayLengthAccess>ArrayLengthAccessSetImpl. elements()Methods in io.ciera.tool.sql.architecture.expression.impl with parameters of type ArrayLengthAccess Modifier and Type Method Description voidExpressionImpl. setR776_is_a_ArrayLengthAccess(ArrayLengthAccess inst)Method parameters in io.ciera.tool.sql.architecture.expression.impl with type arguments of type ArrayLengthAccess Modifier and Type Method Description ArrayLengthAccessSetArrayLengthAccessSetImpl. emptySet(Comparator<? super ArrayLengthAccess> comp)Constructor parameters in io.ciera.tool.sql.architecture.expression.impl with type arguments of type ArrayLengthAccess Constructor Description ArrayLengthAccessSetImpl(Comparator<? super ArrayLengthAccess> comp)
-