public final class AForLoopSubstitution extends PSubstitution
| Constructor and Description |
|---|
AForLoopSubstitution() |
AForLoopSubstitution(PExpression _identifier_,
PExpression _set_,
PSubstitution _doSubst_) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Switch sw) |
java.lang.Object |
clone() |
PSubstitution |
getDoSubst() |
PExpression |
getIdentifier() |
PExpression |
getSet() |
void |
setDoSubst(PSubstitution node) |
void |
setIdentifier(PExpression node) |
void |
setSet(PExpression node) |
java.lang.String |
toString() |
cloneList, cloneNode, parent, replaceBy, toString, toStringgetEndPos, getStartPos, setEndPos, setStartPospublic AForLoopSubstitution()
public AForLoopSubstitution(PExpression _identifier_, PExpression _set_, PSubstitution _doSubst_)
public void apply(Switch sw)
public PExpression getIdentifier()
public void setIdentifier(PExpression node)
public PExpression getSet()
public void setSet(PExpression node)
public PSubstitution getDoSubst()
public void setDoSubst(PSubstitution node)
public java.lang.String toString()
toString in class java.lang.Object