Class CallExpr.Impl
- java.lang.Object
-
- org.fulib.scenarios.ast.Positioned.Impl
-
- org.fulib.scenarios.ast.expr.call.CallExpr.Impl
-
- All Implemented Interfaces:
CallExpr,Expr,Node,Positioned
- Enclosing interface:
- CallExpr
public static class CallExpr.Impl extends Positioned.Impl implements CallExpr
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.fulib.scenarios.ast.expr.call.CallExpr
CallExpr.Impl, CallExpr.Visitor<P,R>
-
Nested classes/interfaces inherited from interface org.fulib.scenarios.ast.Positioned
Positioned.Impl, Positioned.Visitor<P,R>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<NamedExpr>getArguments()SentenceListgetBody()NamegetName()ExprgetReceiver()voidsetArguments(java.util.List<NamedExpr> arguments)voidsetBody(SentenceList body)voidsetName(Name name)voidsetReceiver(Expr receiver)-
Methods inherited from class org.fulib.scenarios.ast.Positioned.Impl
getPosition, setPosition
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.fulib.scenarios.ast.expr.call.CallExpr
accept, accept, accept, accept
-
Methods inherited from interface org.fulib.scenarios.ast.Positioned
getPosition, setPosition
-
-
-
-
Constructor Detail
-
Impl
public Impl()
-
Impl
public Impl(Name name, Expr receiver, java.util.List<NamedExpr> arguments, SentenceList body)
-
-
Method Detail
-
getReceiver
public Expr getReceiver()
- Specified by:
getReceiverin interfaceCallExpr
-
setReceiver
public void setReceiver(Expr receiver)
- Specified by:
setReceiverin interfaceCallExpr
-
getArguments
public java.util.List<NamedExpr> getArguments()
- Specified by:
getArgumentsin interfaceCallExpr
-
setArguments
public void setArguments(java.util.List<NamedExpr> arguments)
- Specified by:
setArgumentsin interfaceCallExpr
-
getBody
public SentenceList getBody()
-
setBody
public void setBody(SentenceList body)
-
-