public final class ARuleFailSubSubstitution extends PSubstitution
Constructor and Description |
---|
ARuleFailSubSubstitution() |
ARuleFailSubSubstitution(java.util.List<PExpression> _identifiers_,
PPredicate _when_,
TIntegerLiteral _errorType_,
PExpression _message_) |
Modifier and Type | Method and Description |
---|---|
void |
apply(Switch sw) |
java.lang.Object |
clone() |
TIntegerLiteral |
getErrorType() |
java.util.LinkedList<PExpression> |
getIdentifiers() |
PExpression |
getMessage() |
PPredicate |
getWhen() |
void |
setErrorType(TIntegerLiteral node) |
void |
setIdentifiers(java.util.List<PExpression> list) |
void |
setMessage(PExpression node) |
void |
setWhen(PPredicate node) |
java.lang.String |
toString() |
cloneList, cloneNode, parent, replaceBy, toString, toString
getEndPos, getStartPos, setEndPos, setStartPos
public ARuleFailSubSubstitution()
public ARuleFailSubSubstitution(java.util.List<PExpression> _identifiers_, PPredicate _when_, TIntegerLiteral _errorType_, PExpression _message_)
public void apply(Switch sw)
public java.util.LinkedList<PExpression> getIdentifiers()
public void setIdentifiers(java.util.List<PExpression> list)
public PPredicate getWhen()
public void setWhen(PPredicate node)
public TIntegerLiteral getErrorType()
public void setErrorType(TIntegerLiteral node)
public PExpression getMessage()
public void setMessage(PExpression node)
public java.lang.String toString()
toString
in class java.lang.Object