public static class AttributeCheckExpr.Impl extends Positioned.Impl implements AttributeCheckExpr
AttributeCheckExpr.Impl, AttributeCheckExpr.Visitor<P,R>| Constructor and Description |
|---|
Impl() |
Impl(Expr receiver,
Name attribute,
Expr value) |
| Modifier and Type | Method and Description |
|---|---|
Name |
getAttribute() |
Expr |
getReceiver() |
Expr |
getValue() |
void |
setAttribute(Name attribute) |
void |
setReceiver(Expr receiver) |
void |
setValue(Expr value) |
getPosition, setPositionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccept, accept, accept, accept, accept, ofgetPosition, of, setPositionpublic Expr getReceiver()
getReceiver in interface AttributeCheckExprpublic void setReceiver(Expr receiver)
setReceiver in interface AttributeCheckExprpublic Name getAttribute()
getAttribute in interface AttributeCheckExprpublic void setAttribute(Name attribute)
setAttribute in interface AttributeCheckExprpublic Expr getValue()
getValue in interface AttributeCheckExprpublic void setValue(Expr value)
setValue in interface AttributeCheckExpr