public class PassiveExpression extends ParenthesizedExpression
| Constructor and Description | 
|---|
PassiveExpression(Expression child)  | 
PassiveExpression(ExtList children)
Constructor for the transformation of COMPOST ASTs to KeY. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
prettyPrint(PrettyPrinter w)
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 
 | 
getArity, getChildAt, getChildCount, getFirstElement, getKeYJavaType, getLastElement, getNotation, getPrecedence, getReferencePrefix, setReferencePrefixgetArguments, getExpressionAt, getExpressionCount, getFirstElementIncludingBlocks, isLeftAssociative, isToBeParenthesized, precedes, reuseSignaturecompatibleBlockSize, 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, getFirstElementIncludingBlocks, getPositionInfo, getRelativePosition, getStartPositionpublic PassiveExpression(ExtList children)
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), 
                Commentspublic PassiveExpression(Expression child)
public void visit(Visitor v)
visit in interface SourceElementvisit in class ParenthesizedExpressionv - the Visitorpublic void prettyPrint(PrettyPrinter w) throws java.io.IOException
JavaSourceElementprettyPrint in interface SourceElementprettyPrint in class ParenthesizedExpressionw - a pretty printer.java.io.IOException - occasionally thrown.