Class CodeBlockSetImpl
- java.lang.Object
-
- io.ciera.runtime.summit.types.Set<E>
-
- io.ciera.runtime.summit.classes.InstanceSet<CodeBlockSet,CodeBlock>
-
- io.ciera.tool.sql.architecture.invocable.impl.CodeBlockSetImpl
-
- All Implemented Interfaces:
io.ciera.runtime.summit.classes.IInstanceSet<CodeBlockSet,CodeBlock>,io.ciera.runtime.summit.types.ISet<CodeBlock>,io.ciera.runtime.summit.types.IXtumlType,CodeBlockSet,Iterable<CodeBlock>,Collection<CodeBlock>,Set<CodeBlock>
public class CodeBlockSetImpl extends io.ciera.runtime.summit.classes.InstanceSet<CodeBlockSet,CodeBlock> implements CodeBlockSet
-
-
Constructor Summary
Constructors Constructor Description CodeBlockSetImpl()CodeBlockSetImpl(Comparator<? super CodeBlock> comp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<CodeBlock>elements()CodeBlockSetemptySet()CodeBlockSetemptySet(Comparator<? super CodeBlock> comp)CodeBlocknullElement()InvocableObjectSetR4000_is_invoked_in_InvocableObject()StatementSetR450_is_scope_for_Statement()IfSmtSetR453_controls_then_for_IfSmt()IfSmtSetR454_controls_else_for_IfSmt()ForSmtSetR455_controls_ForSmt()WhileSmtSetR456_controls_WhileSmt()VariableInScopeSetR458_has_in_scope_VariableInScope()voidsetBlock_number(String m_block_number)voidsetBody_name(String ref_body_name)voidsetParent_name(String ref_parent_name)voidsetParent_package(String ref_parent_package)voidsetPrefix(String m_prefix)voidsetSuffix(String m_suffix)voidsetTab_depth(int m_tab_depth)voidsetTop_level(boolean m_top_level)-
Methods inherited from class io.ciera.runtime.summit.classes.InstanceSet
add, getById1, getById2, getById3, getByInstanceId, remove
-
Methods 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, where
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Methods inherited from interface io.ciera.runtime.summit.classes.IInstanceSet
getById1, getById2, getById3, getByInstanceId
-
Methods inherited from interface io.ciera.runtime.summit.types.ISet
any, anyWhere, difference, difference, disunion, disunion, intersection, intersection, sorted, sorted, union, union, where
-
-
-
-
Constructor Detail
-
CodeBlockSetImpl
public CodeBlockSetImpl()
-
CodeBlockSetImpl
public CodeBlockSetImpl(Comparator<? super CodeBlock> comp)
-
-
Method Detail
-
setParent_name
public void setParent_name(String ref_parent_name) throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
setParent_namein interfaceCodeBlockSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setSuffix
public void setSuffix(String m_suffix) throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
setSuffixin interfaceCodeBlockSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setPrefix
public void setPrefix(String m_prefix) throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
setPrefixin interfaceCodeBlockSet- 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 interfaceCodeBlockSet- 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 interfaceCodeBlockSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setTop_level
public void setTop_level(boolean m_top_level) throws io.ciera.runtime.summit.exceptions.XtumlException- Specified by:
setTop_levelin interfaceCodeBlockSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setBlock_number
public void setBlock_number(String m_block_number) throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
setBlock_numberin interfaceCodeBlockSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setTab_depth
public void setTab_depth(int m_tab_depth) throws io.ciera.runtime.summit.exceptions.XtumlException- Specified by:
setTab_depthin interfaceCodeBlockSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R4000_is_invoked_in_InvocableObject
public InvocableObjectSet R4000_is_invoked_in_InvocableObject() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
R4000_is_invoked_in_InvocableObjectin interfaceCodeBlockSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R450_is_scope_for_Statement
public StatementSet R450_is_scope_for_Statement() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
R450_is_scope_for_Statementin interfaceCodeBlockSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R453_controls_then_for_IfSmt
public IfSmtSet R453_controls_then_for_IfSmt() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
R453_controls_then_for_IfSmtin interfaceCodeBlockSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R454_controls_else_for_IfSmt
public IfSmtSet R454_controls_else_for_IfSmt() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
R454_controls_else_for_IfSmtin interfaceCodeBlockSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R455_controls_ForSmt
public ForSmtSet R455_controls_ForSmt() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
R455_controls_ForSmtin interfaceCodeBlockSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R456_controls_WhileSmt
public WhileSmtSet R456_controls_WhileSmt() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
R456_controls_WhileSmtin interfaceCodeBlockSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R458_has_in_scope_VariableInScope
public VariableInScopeSet R458_has_in_scope_VariableInScope() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
R458_has_in_scope_VariableInScopein interfaceCodeBlockSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
nullElement
public CodeBlock nullElement()
- Specified by:
nullElementin interfaceio.ciera.runtime.summit.types.ISet<CodeBlock>
-
emptySet
public CodeBlockSet emptySet()
- Specified by:
emptySetin interfaceio.ciera.runtime.summit.types.ISet<CodeBlock>
-
emptySet
public CodeBlockSet emptySet(Comparator<? super CodeBlock> comp)
- Specified by:
emptySetin interfaceio.ciera.runtime.summit.types.ISet<CodeBlock>
-
-