public static class CreationExpr.Impl extends java.lang.Object implements CreationExpr
CreationExpr.Impl, CreationExpr.Visitor<P,R>| Constructor and Description |
|---|
Impl() |
Impl(Type type,
java.util.List<NamedExpr> attributes) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<NamedExpr> |
getAttributes() |
Type |
getType() |
void |
setAttributes(java.util.List<NamedExpr> attributes) |
void |
setType(Type type) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccept, accept, accept, ofpublic Type getType()
getType in interface CreationExprpublic void setType(Type type)
setType in interface CreationExprpublic java.util.List<NamedExpr> getAttributes()
getAttributes in interface CreationExprpublic void setAttributes(java.util.List<NamedExpr> attributes)
setAttributes in interface CreationExpr