Class CodeBlockSetImpl
java.lang.Object
io.ciera.runtime.summit.types.Set<CodeBlock>
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 -
Method Summary
Modifier and TypeMethodDescriptionelements()emptySet()emptySet(Comparator<? super CodeBlock> comp) voidsetBlock_number(String m_block_number) voidsetBody_name(String ref_body_name) voidsetParent_name(String ref_parent_name) voidsetParent_package(String ref_parent_package) voidvoidvoidsetTab_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, 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
-
CodeBlockSetImpl
public CodeBlockSetImpl() -
CodeBlockSetImpl
-
-
Method Details
-
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
-
setPrefix
- Specified by:
setPrefixin 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
-
setSuffix
- Specified by:
setSuffixin interfaceCodeBlockSet- 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 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
-
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
-
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
-
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
- 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
- Specified by:
nullElementin interfaceio.ciera.runtime.summit.types.ISet<CodeBlock>
-
emptySet
- Specified by:
emptySetin interfaceio.ciera.runtime.summit.types.ISet<CodeBlock>
-
emptySet
- Specified by:
emptySetin interfaceio.ciera.runtime.summit.types.ISet<CodeBlock>
-
elements
- Specified by:
elementsin interfaceio.ciera.runtime.summit.types.ISet<CodeBlock>
-