Uses of Interface
org.eclipse.gmt.modisco.java.ReturnStatement
| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.java.neoemf.impl | |
| org.eclipse.gmt.modisco.java.neoemf.meta | |
| org.eclipse.gmt.modisco.java.neoemf.util |
-
Uses of ReturnStatement in org.eclipse.gmt.modisco.java.neoemf.impl
Classes in org.eclipse.gmt.modisco.java.neoemf.impl that implement ReturnStatement Modifier and Type Class Description classReturnStatementImplAn implementation of the model object 'Return Statement'.Methods in org.eclipse.gmt.modisco.java.neoemf.impl that return ReturnStatement Modifier and Type Method Description ReturnStatementJavaFactoryImpl. createReturnStatement() -
Uses of ReturnStatement in org.eclipse.gmt.modisco.java.neoemf.meta
Methods in org.eclipse.gmt.modisco.java.neoemf.meta that return ReturnStatement Modifier and Type Method Description ReturnStatementJavaFactory. createReturnStatement()Returns a new object of class 'Return Statement'. -
Uses of ReturnStatement in org.eclipse.gmt.modisco.java.neoemf.util
Methods in org.eclipse.gmt.modisco.java.neoemf.util with parameters of type ReturnStatement Modifier and Type Method Description TJavaSwitch. caseReturnStatement(ReturnStatement object)Returns the result of interpreting the object as an instance of 'Return Statement'.