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, toString
protected 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()
Expr0N
getExprList
in interface Expr0N
public void setExprList(ExprList exprList)
Expr0N
setExprList
in interface Expr0N
exprList
- the ExprList element.Expr0N.getExprList()
public ZExprList getZExprList()
getZExprList
in interface Expr0N
Copyright © 2003–2016 Community Z Tools Project. All rights reserved.