public abstract class Expr0NImpl extends ExprImpl implements Expr0N
Expr0N.| Modifier | Constructor and Description |
|---|---|
protected |
Expr0NImpl()
The default constructor.
|
protected |
Expr0NImpl(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 Expr0NImpl
for equality.
|
ExprList |
getExprList()
Returns the ExprList element.
|
ZExprList |
getZExprList()
This is a convenience method.
|
int |
hashCode()
Returns the hash code value for this Expr0NImpl.
|
void |
setExprList(ExprList exprList)
Sets the ExprList element.
|
annsSize, getAnn, getAnns, getFactory, hasAnn, hasAnn, removeAnn, removeAnn, toStringprotected Expr0NImpl()
object factory.protected Expr0NImpl(BaseFactory factory)
public boolean equals(Object obj)
public int hashCode()
public <R> R accept(Visitor<R> v)
public ExprList getExprList()
Expr0NgetExprList in interface Expr0Npublic void setExprList(ExprList exprList)
Expr0NsetExprList in interface Expr0NexprList - the ExprList element.Expr0N.getExprList()public ZExprList getZExprList()
getZExprList in interface Expr0NCopyright © 2003–2016 Community Z Tools Project. All rights reserved.