public interface RefExpr extends Expr
Modifier and Type | Method and Description |
---|---|
Boolean |
getExplicit()
Returns the Explicit element.
|
ExprList |
getExprList()
Returns the ExprList element.
|
Boolean |
getMixfix()
Returns the Mixfix element.
|
Name |
getName()
Returns the Name element.
|
ZExprList |
getZExprList()
This is a convenience method.
|
ZName |
getZName()
This is a convenience method.
|
void |
setExplicit(Boolean explicit)
Sets the Explicit element.
|
void |
setExprList(ExprList exprList)
Sets the ExprList element.
|
void |
setMixfix(Boolean mixfix)
Sets the Mixfix element.
|
void |
setName(Name name)
Sets the Name element.
|
Name getName()
void setName(Name name)
name
- the Name element.getName()
ExprList getExprList()
ZExprList getZExprList()
void setExprList(ExprList exprList)
exprList
- the ExprList element.getExprList()
Boolean getMixfix()
void setMixfix(Boolean mixfix)
mixfix
- the Mixfix element.getMixfix()
Boolean getExplicit()
void setExplicit(Boolean explicit)
explicit
- the Explicit element.getExplicit()
ZName getZName()
Copyright © 2003–2016 Community Z Tools Project. All rights reserved.