| |
|
| de.uka.ilkd.key.java.declaration.InheritanceSpecification de.uka.ilkd.key.java.declaration.Extends
Constructor Summary | |
public | Extends(TypeReference supertype) Extends. | public | Extends(ExtList children) Constructor for the transformation of COMPOST ASTs to KeY.
Parameters: children - the children of this AST element as KeY classes. |
Extends | public Extends(TypeReference supertype)(Code) | | Extends.
Parameters: supertype - a type reference. |
Extends | public Extends(ExtList children)(Code) | | Constructor for the transformation of COMPOST ASTs to KeY.
Parameters: children - the children of this AST element as KeY classes. Mayinclude: several TypeReference (as references to the supertypes)a Comment |
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 |
Fields inherited from de.uka.ilkd.key.java.declaration.InheritanceSpecification | final protected ArrayOfTypeReference supertypes(Code)(Java Doc)
|
|
|
|