public abstract class Expr2NImpl extends Expr0NImpl implements Expr2N
Expr2N.| Modifier | Constructor and Description |
|---|---|
protected |
Expr2NImpl()
The default constructor.
|
protected |
Expr2NImpl(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 Expr2NImpl
for equality.
|
int |
hashCode()
Returns the hash code value for this Expr2NImpl.
|
getExprList, getZExprList, setExprListannsSize, getAnn, getAnns, getFactory, hasAnn, hasAnn, removeAnn, removeAnn, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetExprList, getZExprList, setExprListprotected Expr2NImpl()
object factory.protected Expr2NImpl(BaseFactory factory)
public boolean equals(Object obj)
equals in class Expr0NImplpublic int hashCode()
hashCode in class Expr0NImplpublic <R> R accept(Visitor<R> v)
accept in interface Termaccept in class Expr0NImplCopyright © 2003–2016 Community Z Tools Project. All rights reserved.