public abstract class QntExprImpl extends ExprImpl implements QntExpr
QntExpr.| Modifier | Constructor and Description |
|---|---|
protected |
QntExprImpl()
The default constructor.
|
protected |
QntExprImpl(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 QntExprImpl
for equality.
|
Expr |
getExpr()
Returns the Expr element.
|
SchText |
getSchText()
Returns the SchText element.
|
ZSchText |
getZSchText()
This is a convenience method.
|
int |
hashCode()
Returns the hash code value for this QntExprImpl.
|
void |
setExpr(Expr expr)
Sets the Expr element.
|
void |
setSchText(SchText schText)
Sets the SchText element.
|
annsSize, getAnn, getAnns, getFactory, hasAnn, hasAnn, removeAnn, removeAnn, toStringprotected QntExprImpl()
object factory.protected QntExprImpl(BaseFactory factory)
public boolean equals(Object obj)
public int hashCode()
public <R> R accept(Visitor<R> v)
public SchText getSchText()
QntExprgetSchText in interface QntExprpublic void setSchText(SchText schText)
QntExprsetSchText in interface QntExprschText - the SchText element.QntExpr.getSchText()public void setExpr(Expr expr)
QntExprsetExpr in interface QntExprexpr - the Expr element.QntExpr.getExpr()public ZSchText getZSchText()
getZSchText in interface QntExprCopyright © 2003–2016 Community Z Tools Project. All rights reserved.