public abstract class QntPredImpl extends PredImpl implements QntPred
QntPred.| Modifier | Constructor and Description |
|---|---|
protected |
QntPredImpl()
The default constructor.
|
protected |
QntPredImpl(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 QntPredImpl
for equality.
|
Pred |
getPred()
Returns the Pred element.
|
SchText |
getSchText()
Returns the SchText element.
|
ZSchText |
getZSchText()
This is a convenience method.
|
int |
hashCode()
Returns the hash code value for this QntPredImpl.
|
void |
setPred(Pred pred)
Sets the Pred element.
|
void |
setSchText(SchText schText)
Sets the SchText element.
|
annsSize, getAnn, getAnns, getFactory, hasAnn, hasAnn, removeAnn, removeAnn, toStringprotected QntPredImpl()
object factory.protected QntPredImpl(BaseFactory factory)
public boolean equals(Object obj)
public int hashCode()
public <R> R accept(Visitor<R> v)
public SchText getSchText()
QntPredgetSchText in interface QntPredpublic void setSchText(SchText schText)
QntPredsetSchText in interface QntPredschText - the SchText element.QntPred.getSchText()public void setPred(Pred pred)
QntPredsetPred in interface QntPredpred - the Pred element.QntPred.getPred()public ZSchText getZSchText()
getZSchText in interface QntPredCopyright © 2003–2016 Community Z Tools Project. All rights reserved.