public class Failure extends Parameter
factory, type| Constructor and Description |
|---|
Failure()
Creates a default failure parameter.
|
Failure(java.lang.String name,
java.lang.String type)
Creates an output parameter with the given name and type.
|
| Modifier and Type | Method and Description |
|---|---|
Failure |
setType(java.lang.String type)
Sets the type of this Failure.
|
assign, evaluate, getBound, getContent, isAssignable, isBound, rebind, rebind, resolve, setBound, setContent, snapshot, toString, unbindequals, getName, getType, hashCode, isBottom, isOrderedsafeEquals, safeHashCode, semanticErrorpublic Failure()
public Failure(java.lang.String name,
java.lang.String type)
name - the name of this Failure.type - the type of this Failure.public Failure setType(java.lang.String type)
setType in class Expressiontype - the type to set.