Class ParenthesizedExpressionSetImpl
java.lang.Object
io.ciera.runtime.summit.types.Set<ParenthesizedExpression>
io.ciera.runtime.summit.classes.InstanceSet<ParenthesizedExpressionSet,ParenthesizedExpression>
io.ciera.tool.sql.architecture.expression.impl.ParenthesizedExpressionSetImpl
- All Implemented Interfaces:
io.ciera.runtime.summit.classes.IInstanceSet<ParenthesizedExpressionSet,,ParenthesizedExpression> io.ciera.runtime.summit.types.ISet<ParenthesizedExpression>,io.ciera.runtime.summit.types.IXtumlType,ParenthesizedExpressionSet,Iterable<ParenthesizedExpression>,Collection<ParenthesizedExpression>,Set<ParenthesizedExpression>
public class ParenthesizedExpressionSetImpl
extends io.ciera.runtime.summit.classes.InstanceSet<ParenthesizedExpressionSet,ParenthesizedExpression>
implements ParenthesizedExpressionSet
-
Constructor Summary
ConstructorsConstructorDescriptionParenthesizedExpressionSetImpl(Comparator<? super ParenthesizedExpression> comp) -
Method Summary
Modifier and TypeMethodDescriptionelements()emptySet()emptySet(Comparator<? super ParenthesizedExpression> comp) voidsetBase_expression_number(String ref_base_expression_number) voidsetBlock_number(String ref_block_number) voidsetBody_name(String ref_body_name) voidsetExpression_number(String ref_expression_number) voidsetParent_name(String ref_parent_name) voidsetParent_package(String ref_parent_package) voidsetStatement_number(String ref_statement_number) Methods inherited from class io.ciera.runtime.summit.classes.InstanceSet
add, getById1, getById2, getById3, getByInstanceId, removeMethods inherited from class io.ciera.runtime.summit.types.Set
addAll, any, anyWhere, clear, contains, containsAll, difference, difference, disunion, disunion, equality, intersection, intersection, isEmpty, iterator, removeAll, retainAll, size, sorted, sorted, toArray, toArray, union, union, whereMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface io.ciera.runtime.summit.classes.IInstanceSet
getById1, getById2, getById3, getByInstanceIdMethods inherited from interface io.ciera.runtime.summit.types.ISet
any, anyWhere, difference, difference, disunion, disunion, intersection, intersection, sorted, sorted, union, union, whereMethods inherited from interface io.ciera.runtime.summit.types.IXtumlType
equality, inequality, oneWhere, serialize
-
Constructor Details
-
ParenthesizedExpressionSetImpl
public ParenthesizedExpressionSetImpl() -
ParenthesizedExpressionSetImpl
-
-
Method Details
-
setStatement_number
public void setStatement_number(String ref_statement_number) throws io.ciera.runtime.summit.exceptions.XtumlException - Specified by:
setStatement_numberin interfaceParenthesizedExpressionSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setBlock_number
public void setBlock_number(String ref_block_number) throws io.ciera.runtime.summit.exceptions.XtumlException - Specified by:
setBlock_numberin interfaceParenthesizedExpressionSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setParent_package
public void setParent_package(String ref_parent_package) throws io.ciera.runtime.summit.exceptions.XtumlException - Specified by:
setParent_packagein interfaceParenthesizedExpressionSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setParent_name
public void setParent_name(String ref_parent_name) throws io.ciera.runtime.summit.exceptions.XtumlException - Specified by:
setParent_namein interfaceParenthesizedExpressionSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setExpression_number
public void setExpression_number(String ref_expression_number) throws io.ciera.runtime.summit.exceptions.XtumlException - Specified by:
setExpression_numberin interfaceParenthesizedExpressionSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setBase_expression_number
public void setBase_expression_number(String ref_base_expression_number) throws io.ciera.runtime.summit.exceptions.XtumlException - Specified by:
setBase_expression_numberin interfaceParenthesizedExpressionSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setBody_name
public void setBody_name(String ref_body_name) throws io.ciera.runtime.summit.exceptions.XtumlException - Specified by:
setBody_namein interfaceParenthesizedExpressionSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R776_is_a_Expression
public ExpressionSet R776_is_a_Expression() throws io.ciera.runtime.summit.exceptions.XtumlException- Specified by:
R776_is_a_Expressionin interfaceParenthesizedExpressionSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R784_parenthesizes_Expression
public ExpressionSet R784_parenthesizes_Expression() throws io.ciera.runtime.summit.exceptions.XtumlException- Specified by:
R784_parenthesizes_Expressionin interfaceParenthesizedExpressionSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
nullElement
- Specified by:
nullElementin interfaceio.ciera.runtime.summit.types.ISet<ParenthesizedExpression>
-
emptySet
- Specified by:
emptySetin interfaceio.ciera.runtime.summit.types.ISet<ParenthesizedExpression>
-
emptySet
- Specified by:
emptySetin interfaceio.ciera.runtime.summit.types.ISet<ParenthesizedExpression>
-
elements
- Specified by:
elementsin interfaceio.ciera.runtime.summit.types.ISet<ParenthesizedExpression>
-