public class TimesAssignment extends Assignment
| Constructor and Description |
|---|
TimesAssignment()
Times assignment.
|
TimesAssignment(Expression lhs,
Expression rhs)
Times assignment.
|
TimesAssignment(ExtList children)
Constructor for the transformation of COMPOST ASTs to KeY.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getArity()
Get arity.
|
int |
getNotation()
Get notation.
|
int |
getPrecedence()
Get precedence.
|
void |
prettyPrint(PrettyPrinter p)
Pretty printing the source element.
|
void |
visit(Visitor v)
calls the corresponding method of a visitor in order to
perform some action/transformation on this element
|
getKeYJavaType, isLeftAssociative, reuseSignaturegetArguments, getChildAt, getChildCount, getExpressionAt, getExpressionCount, getFirstElement, getFirstElementIncludingBlocks, getLastElement, isToBeParenthesized, precedescompatibleBlockSize, computeHashCode, equals, equalsModRenaming, getArrayPos, match, matchChildrengetComments, hashCode, prettyPrintMaingetEndPosition, getParentClass, getPositionInfo, getRelativePosition, getStartPosition, setParentClass, toSource, toString, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetComments, matchequalsModRenaming, getEndPosition, getFirstElement, getFirstElementIncludingBlocks, getLastElement, getPositionInfo, getRelativePosition, getStartPositionpublic TimesAssignment()
public TimesAssignment(Expression lhs, Expression rhs)
lhs - an expression.rhs - an expression.public TimesAssignment(ExtList children)
children - the children of this AST element as KeY classes.public int getArity()
public int getPrecedence()
getPrecedence in class Operatorpublic int getNotation()
getNotation in class Operatorpublic void visit(Visitor v)
v - the Visitorpublic void prettyPrint(PrettyPrinter p) throws java.io.IOException
JavaSourceElementprettyPrint in interface SourceElementprettyPrint in class JavaProgramElementp - a pretty printer.java.io.IOException - occasionally thrown.