NamedExpr.Impl, NamedExpr.Visitor<P,R>| Modifier and Type | Method and Description |
|---|---|
Expr |
getExpr() |
Name |
getName() |
boolean |
getOtherMany() |
Name |
getOtherName() |
void |
setExpr(Expr expr) |
void |
setName(Name name) |
void |
setOtherMany(boolean otherMany) |
void |
setOtherName(Name otherName) |
public Name getOtherName()
getOtherName in interface NamedExprpublic void setOtherName(Name otherName)
setOtherName in interface NamedExprpublic boolean getOtherMany()
getOtherMany in interface NamedExprpublic void setOtherMany(boolean otherMany)
setOtherMany in interface NamedExpr