public interface CreationExpr extends Expr
| Modifier and Type | Interface and Description |
|---|---|
static class |
CreationExpr.Impl |
static interface |
CreationExpr.Visitor<P,R> |
| Modifier and Type | Method and Description |
|---|---|
<P,R> R |
accept(CreationExpr.Visitor<P,R> visitor,
P par) |
java.util.List<NamedExpr> |
getAttributes() |
Name |
getClassName() |
static CreationExpr |
of(Name className,
java.util.List<NamedExpr> attributes) |
void |
setAttributes(java.util.List<NamedExpr> attributes) |
void |
setClassName(Name className) |
static CreationExpr of(Name className, java.util.List<NamedExpr> attributes)
Name getClassName()
void setClassName(Name className)
java.util.List<NamedExpr> getAttributes()
void setAttributes(java.util.List<NamedExpr> attributes)
<P,R> R accept(CreationExpr.Visitor<P,R> visitor, P par)