Uses of Interface
org.eclipse.gmt.modisco.java.WhileStatement
| 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 WhileStatement in org.eclipse.gmt.modisco.java.neoemf.impl
Classes in org.eclipse.gmt.modisco.java.neoemf.impl that implement WhileStatement Modifier and Type Class Description classWhileStatementImplAn implementation of the model object 'While Statement'.Methods in org.eclipse.gmt.modisco.java.neoemf.impl that return WhileStatement Modifier and Type Method Description WhileStatementJavaFactoryImpl. createWhileStatement() -
Uses of WhileStatement in org.eclipse.gmt.modisco.java.neoemf.meta
Methods in org.eclipse.gmt.modisco.java.neoemf.meta that return WhileStatement Modifier and Type Method Description WhileStatementJavaFactory. createWhileStatement()Returns a new object of class 'While Statement'. -
Uses of WhileStatement in org.eclipse.gmt.modisco.java.neoemf.util
Methods in org.eclipse.gmt.modisco.java.neoemf.util with parameters of type WhileStatement Modifier and Type Method Description TJavaSwitch. caseWhileStatement(WhileStatement object)Returns the result of interpreting the object as an instance of 'While Statement'.