public interface ChannelSetPara extends Para
A channel set paragraph that declares a name for a channel set.
A channel set encapsulates a Z Expr.
It represents the channelset N == CSExpression grammar rule,
where N is a Name
| Modifier and Type | Method and Description |
|---|---|
ChannelSet |
getChannelSet()
Returns the ChannelSet element.
|
NameList |
getGenFormals()
Returns the GenFormals element.
|
Name |
getName()
Returns the Name element.
|
ZNameList |
getZGenFormals()
This is a convenience method.
|
ZName |
getZName()
This is a convenience method.
|
void |
setChannelSet(ChannelSet channelSet)
Sets the ChannelSet element.
|
void |
setGenFormals(NameList genFormals)
Sets the GenFormals element.
|
void |
setName(Name name)
Sets the Name element.
|
NameList getGenFormals()
void setGenFormals(NameList genFormals)
genFormals - the GenFormals element.getGenFormals()Name getName()
void setName(Name name)
name - the Name element.getName()ChannelSet getChannelSet()
void setChannelSet(ChannelSet channelSet)
channelSet - the ChannelSet element.getChannelSet()ZNameList getZGenFormals()
ZName getZName()
Copyright © 2003–2016 Community Z Tools Project. All rights reserved.