tudresden.ocl.parser.node
Class AIfExpression
java.lang.Object
tudresden.ocl.parser.node.Node
tudresden.ocl.parser.node.PIfExpression
tudresden.ocl.parser.node.AIfExpression
- All Implemented Interfaces:
- Cloneable, Switchable
- public final class AIfExpression
- extends PIfExpression
Fields inherited from class tudresden.ocl.parser.node.Node |
|
_tIf_
private TTIf _tIf_
_ifBranch_
private PExpression _ifBranch_
_tThen_
private TTThen _tThen_
_thenBranch_
private PExpression _thenBranch_
_tElse_
private TTElse _tElse_
_elseBranch_
private PExpression _elseBranch_
_endif_
private TEndif _endif_
AIfExpression
public AIfExpression()
AIfExpression
public AIfExpression(TTIf _tIf_,
PExpression _ifBranch_,
TTThen _tThen_,
PExpression _thenBranch_,
TTElse _tElse_,
PExpression _elseBranch_,
TEndif _endif_)
clone
public Object clone()
- Specified by:
clone
in class Node
apply
public void apply(Switch sw)
getTIf
public TTIf getTIf()
setTIf
public void setTIf(TTIf node)
getIfBranch
public PExpression getIfBranch()
setIfBranch
public void setIfBranch(PExpression node)
getTThen
public TTThen getTThen()
setTThen
public void setTThen(TTThen node)
getThenBranch
public PExpression getThenBranch()
setThenBranch
public void setThenBranch(PExpression node)
getTElse
public TTElse getTElse()
setTElse
public void setTElse(TTElse node)
getElseBranch
public PExpression getElseBranch()
setElseBranch
public void setElseBranch(PExpression node)
getEndif
public TEndif getEndif()
setEndif
public void setEndif(TEndif node)
toString
public String toString()
removeChild
void removeChild(Node child)
- Specified by:
removeChild
in class Node
replaceChild
void replaceChild(Node oldChild,
Node newChild)
- Specified by:
replaceChild
in class Node
Submit a bug
Developed at the Dresden University of Technology.
This software is published under the GNU Lesser General Public License.