Uses of Interface
io.ciera.tool.sql.architecture.expression.Literal
-
Packages that use Literal Package Description io.ciera.tool io.ciera.tool.sql.architecture.expression io.ciera.tool.sql.architecture.expression.impl -
-
Uses of Literal in io.ciera.tool
Methods in io.ciera.tool with parameters of type Literal Modifier and Type Method Description voidSql. relate_R776_Literal_is_a_Expression(Literal form, Expression part)voidSqlSqlLoader. serialize_Literal(Literal literal_inst, PrintStream out)voidSql. unrelate_R776_Literal_is_a_Expression(Literal form, Expression part) -
Uses of Literal in io.ciera.tool.sql.architecture.expression
Methods in io.ciera.tool.sql.architecture.expression that return Literal Modifier and Type Method Description LiteralExpression. R776_is_a_Literal()Methods in io.ciera.tool.sql.architecture.expression with parameters of type Literal Modifier and Type Method Description default voidExpression. setR776_is_a_Literal(Literal inst) -
Uses of Literal in io.ciera.tool.sql.architecture.expression.impl
Classes in io.ciera.tool.sql.architecture.expression.impl that implement Literal Modifier and Type Class Description classLiteralImplFields in io.ciera.tool.sql.architecture.expression.impl declared as Literal Modifier and Type Field Description static LiteralLiteralImpl. EMPTY_LITERALMethods in io.ciera.tool.sql.architecture.expression.impl that return Literal Modifier and Type Method Description static LiteralLiteralImpl. create(Sql context)static LiteralLiteralImpl. 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 m_value)LiteralLiteralSetImpl. nullElement()LiteralLiteralImpl. oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition)LiteralExpressionImpl. R776_is_a_Literal()LiteralLiteralImpl. self()Methods in io.ciera.tool.sql.architecture.expression.impl that return types with arguments of type Literal Modifier and Type Method Description List<Literal>LiteralSetImpl. elements()Methods in io.ciera.tool.sql.architecture.expression.impl with parameters of type Literal Modifier and Type Method Description voidExpressionImpl. setR776_is_a_Literal(Literal inst)Method parameters in io.ciera.tool.sql.architecture.expression.impl with type arguments of type Literal Modifier and Type Method Description LiteralSetLiteralSetImpl. emptySet(Comparator<? super Literal> comp)Constructor parameters in io.ciera.tool.sql.architecture.expression.impl with type arguments of type Literal Constructor Description LiteralSetImpl(Comparator<? super Literal> comp)
-