public abstract class CircusSignatureImpl extends TermImpl implements CircusSignature
CircusSignature.| Modifier | Constructor and Description |
|---|---|
protected |
CircusSignatureImpl()
The default constructor.
|
protected |
CircusSignatureImpl(BaseFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
<R> R |
accept(Visitor<R> v)
Accepts a visitor.
|
boolean |
equals(Object obj)
Compares the specified object with this CircusSignatureImpl
for equality.
|
Name |
getName()
Returns the Name element.
|
ZName |
getZName()
This is a convenience method.
|
int |
hashCode()
Returns the hash code value for this CircusSignatureImpl.
|
void |
setName(Name name)
Sets the Name element.
|
annsSize, getAnn, getAnns, getFactory, hasAnn, hasAnn, removeAnn, removeAnn, toStringprotected CircusSignatureImpl()
object factory.protected CircusSignatureImpl(BaseFactory factory)
public boolean equals(Object obj)
public int hashCode()
public <R> R accept(Visitor<R> v)
public Name getName()
CircusSignaturegetName in interface CircusSignaturepublic void setName(Name name)
CircusSignaturesetName in interface CircusSignaturename - the Name element.CircusSignature.getName()public ZName getZName()
CircusSignaturegetZName in interface CircusSignatureCopyright © 2003–2016 Community Z Tools Project. All rights reserved.