Class CreationExpr.Impl
- java.lang.Object
-
- org.fulib.scenarios.ast.Positioned.Impl
-
- org.fulib.scenarios.ast.expr.call.CreationExpr.Impl
-
- All Implemented Interfaces:
CreationExpr,Expr,Node,Positioned
- Enclosing interface:
- CreationExpr
public static class CreationExpr.Impl extends Positioned.Impl implements CreationExpr
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.fulib.scenarios.ast.expr.call.CreationExpr
CreationExpr.Impl, CreationExpr.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>getAttributes()TypegetType()voidsetAttributes(java.util.List<NamedExpr> attributes)voidsetType(Type type)-
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.CreationExpr
accept, accept, accept, accept
-
Methods inherited from interface org.fulib.scenarios.ast.Positioned
getPosition, setPosition
-
-
-
-
Method Detail
-
getType
public Type getType()
- Specified by:
getTypein interfaceCreationExpr
-
setType
public void setType(Type type)
- Specified by:
setTypein interfaceCreationExpr
-
getAttributes
public java.util.List<NamedExpr> getAttributes()
- Specified by:
getAttributesin interfaceCreationExpr
-
setAttributes
public void setAttributes(java.util.List<NamedExpr> attributes)
- Specified by:
setAttributesin interfaceCreationExpr
-
-