Pattern.Impl, Pattern.Visitor<P,R>| Constructor and Description |
|---|
Impl() |
Impl(Type type,
Name name,
java.util.List<Constraint> constraints) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Constraint> |
getConstraints() |
Name |
getName() |
Type |
getType() |
void |
setConstraints(java.util.List<Constraint> constraints) |
void |
setName(Name name) |
void |
setType(Type type) |
public Impl()
public Impl(Type type, Name name, java.util.List<Constraint> constraints)
public java.util.List<Constraint> getConstraints()
getConstraints in interface Patternpublic void setConstraints(java.util.List<Constraint> constraints)
setConstraints in interface Pattern