Package org.fulib.scenarios.ast
Class NamedExpr.Impl
- java.lang.Object
-
- org.fulib.scenarios.ast.NamedExpr.Impl
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.fulib.scenarios.ast.NamedExpr
NamedExpr.Impl, NamedExpr.Visitor<P,R>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExprgetExpr()NamegetName()booleangetOtherMany()NamegetOtherName()voidsetExpr(Expr expr)voidsetName(Name name)voidsetOtherMany(boolean otherMany)voidsetOtherName(Name otherName)
-
-
-
Method Detail
-
getOtherName
public Name getOtherName()
- Specified by:
getOtherNamein interfaceNamedExpr
-
setOtherName
public void setOtherName(Name otherName)
- Specified by:
setOtherNamein interfaceNamedExpr
-
getOtherMany
public boolean getOtherMany()
- Specified by:
getOtherManyin interfaceNamedExpr
-
setOtherMany
public void setOtherMany(boolean otherMany)
- Specified by:
setOtherManyin interfaceNamedExpr
-
-