Class VariableInScopeSetImpl
- java.lang.Object
-
- io.ciera.runtime.summit.types.Set<E>
-
- io.ciera.runtime.summit.classes.InstanceSet<VariableInScopeSet,VariableInScope>
-
- io.ciera.tool.sql.architecture.statement.impl.VariableInScopeSetImpl
-
- All Implemented Interfaces:
io.ciera.runtime.summit.classes.IInstanceSet<VariableInScopeSet,VariableInScope>,io.ciera.runtime.summit.types.ISet<VariableInScope>,io.ciera.runtime.summit.types.IXtumlType,VariableInScopeSet,Iterable<VariableInScope>,Collection<VariableInScope>,Set<VariableInScope>
public class VariableInScopeSetImpl extends io.ciera.runtime.summit.classes.InstanceSet<VariableInScopeSet,VariableInScope> implements VariableInScopeSet
-
-
Constructor Summary
Constructors Constructor Description VariableInScopeSetImpl()VariableInScopeSetImpl(Comparator<? super VariableInScope> comp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<VariableInScope>elements()VariableInScopeSetemptySet()VariableInScopeSetemptySet(Comparator<? super VariableInScope> comp)VariableInScopenullElement()VariableSetR458_has_in_scope_Variable()CodeBlockSetR458_is_in_scope_for_CodeBlock()voidsetBlock_number(String ref_block_number)voidsetBody_name(String ref_body_name)voidsetParent_name(String ref_parent_name)voidsetParent_package(String ref_parent_package)voidsetVar_block_number(String ref_var_block_number)voidsetVar_name(String ref_var_name)-
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
-
VariableInScopeSetImpl
public VariableInScopeSetImpl()
-
VariableInScopeSetImpl
public VariableInScopeSetImpl(Comparator<? super VariableInScope> comp)
-
-
Method Detail
-
setVar_name
public void setVar_name(String ref_var_name) throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
setVar_namein interfaceVariableInScopeSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setVar_block_number
public void setVar_block_number(String ref_var_block_number) throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
setVar_block_numberin interfaceVariableInScopeSet- 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 interfaceVariableInScopeSet- 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 interfaceVariableInScopeSet- 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 interfaceVariableInScopeSet- 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 interfaceVariableInScopeSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R458_has_in_scope_Variable
public VariableSet R458_has_in_scope_Variable() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
R458_has_in_scope_Variablein interfaceVariableInScopeSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R458_is_in_scope_for_CodeBlock
public CodeBlockSet R458_is_in_scope_for_CodeBlock() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
R458_is_in_scope_for_CodeBlockin interfaceVariableInScopeSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
nullElement
public VariableInScope nullElement()
- Specified by:
nullElementin interfaceio.ciera.runtime.summit.types.ISet<VariableInScope>
-
emptySet
public VariableInScopeSet emptySet()
- Specified by:
emptySetin interfaceio.ciera.runtime.summit.types.ISet<VariableInScope>
-
emptySet
public VariableInScopeSet emptySet(Comparator<? super VariableInScope> comp)
- Specified by:
emptySetin interfaceio.ciera.runtime.summit.types.ISet<VariableInScope>
-
elements
public List<VariableInScope> elements()
- Specified by:
elementsin interfaceio.ciera.runtime.summit.types.ISet<VariableInScope>
-
-