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, setExprList
annsSize, getAnn, getAnns, getFactory, hasAnn, hasAnn, removeAnn, removeAnn, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getExprList, getZExprList, setExprList
protected Expr2NImpl()
object factory
.protected Expr2NImpl(BaseFactory factory)
public boolean equals(Object obj)
equals
in class Expr0NImpl
public int hashCode()
hashCode
in class Expr0NImpl
public <R> R accept(Visitor<R> v)
accept
in interface Term
accept
in class Expr0NImpl
Copyright © 2003–2016 Community Z Tools Project. All rights reserved.