Redundant Parentheses. Modelled as a special "identity" unary "infix"
operator.
Constructor Summary
public
ParenthesizedExpression(ExtList children) Constructor for the transformation of COMPOST ASTs to KeY.
Parameters: children - the children of this AST element as KeY classes.In this case the order of the children is IMPORTANT.
public ParenthesizedExpression(ExtList children)(Code)
Constructor for the transformation of COMPOST ASTs to KeY.
Parameters: children - the children of this AST element as KeY classes.In this case the order of the children is IMPORTANT. May contain:several of Expression (should be one, the first is taken as parenthesized expression), Comments
Returns the child at the specified index in this node's "virtual"
child array
Parameters: index - an index into this node's "virtual" child array the program element at the given position exception: ArrayIndexOutOfBoundsException - if index is outof bounds