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, toString
protected 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()
QntExpr
getSchText
in interface QntExpr
public void setSchText(SchText schText)
QntExpr
setSchText
in interface QntExpr
schText
- the SchText element.QntExpr.getSchText()
public void setExpr(Expr expr)
QntExpr
setExpr
in interface QntExpr
expr
- the Expr element.QntExpr.getExpr()
public ZSchText getZSchText()
getZSchText
in interface QntExpr
Copyright © 2003–2016 Community Z Tools Project. All rights reserved.