| de.uka.ilkd.key.java.expression.Assignment de.uka.ilkd.key.java.expression.operator.CopyAssignment
CopyAssignment | public class CopyAssignment extends Assignment (Code) | | Copy assignment.
author: AutoDoc |
CopyAssignment | public CopyAssignment(ExtList children)(Code) | | Constructor for the transformation of COMPOST ASTs to KeY.
Parameters: children - the children of this AST element as KeY classes. |
CopyAssignment | public CopyAssignment(Expression lhs, Expression rhs)(Code) | | Constructor for the transformation of COMPOST ASTs to KeY.
Parameters: lhs - the Expression the value is assigned to Parameters: rhs - the Expression the value which is assigned to lhs |
getArity | public int getArity()(Code) | | Get arity.
the int value. |
getNotation | public int getNotation()(Code) | | Get notation.
the int value. |
getPrecedence | public int getPrecedence()(Code) | | Get precedence.
the int value. |
visit | public void visit(Visitor v)(Code) | | calls the corresponding method of a visitor in order to
perform some action/transformation on this element
Parameters: v - the Visitor |
|
|