| de.uka.ilkd.key.java.JavaProgramElement de.uka.ilkd.key.java.statement.EmptyStatement
Constructor Summary | |
public | EmptyStatement(ExtList children) Constructor for the transformation of COMPOST ASTs to KeY. | public | EmptyStatement() Constructor for the transformation of COMPOST ASTs to KeY. |
EmptyStatement | public EmptyStatement(ExtList children)(Code) | | Constructor for the transformation of COMPOST ASTs to KeY.
Parameters: children - the children of this AST element as KeY classes. |
EmptyStatement | public EmptyStatement()(Code) | | Constructor for the transformation of COMPOST ASTs to KeY.
May contain: Comments
|
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 |
|
|