Uses of Interface
org.eclipse.gmt.modisco.java.ForStatement
| 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 ForStatement in org.eclipse.gmt.modisco.java.neoemf.impl
Classes in org.eclipse.gmt.modisco.java.neoemf.impl that implement ForStatement Modifier and Type Class Description classForStatementImplAn implementation of the model object 'For Statement'.Methods in org.eclipse.gmt.modisco.java.neoemf.impl that return ForStatement Modifier and Type Method Description ForStatementJavaFactoryImpl. createForStatement() -
Uses of ForStatement in org.eclipse.gmt.modisco.java.neoemf.meta
Methods in org.eclipse.gmt.modisco.java.neoemf.meta that return ForStatement Modifier and Type Method Description ForStatementJavaFactory. createForStatement()Returns a new object of class 'For Statement'. -
Uses of ForStatement in org.eclipse.gmt.modisco.java.neoemf.util
Methods in org.eclipse.gmt.modisco.java.neoemf.util with parameters of type ForStatement Modifier and Type Method Description TJavaSwitch. caseForStatement(ForStatement object)Returns the result of interpreting the object as an instance of 'For Statement'.