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, unbind
equals, getName, getType, hashCode, isBottom, isOrdered
safeEquals, safeHashCode, semanticError
public 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 Expression
type
- the type to set.