public abstract class CircusCommandImpl extends CircusActionImpl implements CircusCommand
CircusCommand.| Modifier | Constructor and Description |
|---|---|
protected |
CircusCommandImpl()
The default constructor.
|
protected |
CircusCommandImpl(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 CircusCommandImpl
for equality.
|
int |
hashCode()
Returns the hash code value for this CircusCommandImpl.
|
annsSize, getAnn, getAnns, getFactory, hasAnn, hasAnn, removeAnn, removeAnn, toStringprotected CircusCommandImpl()
object factory.protected CircusCommandImpl(BaseFactory factory)
public boolean equals(Object obj)
equals in class CircusActionImplpublic int hashCode()
hashCode in class CircusActionImplpublic <R> R accept(Visitor<R> v)
accept in interface Termaccept in class CircusActionImplCopyright © 2003–2016 Community Z Tools Project. All rights reserved.