Uses of Interface
org.eclipse.gmt.modisco.java.SwitchStatement
| 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 SwitchStatement in org.eclipse.gmt.modisco.java.neoemf.impl
Classes in org.eclipse.gmt.modisco.java.neoemf.impl that implement SwitchStatement Modifier and Type Class Description classSwitchStatementImplAn implementation of the model object 'Switch Statement'.Methods in org.eclipse.gmt.modisco.java.neoemf.impl that return SwitchStatement Modifier and Type Method Description SwitchStatementJavaFactoryImpl. createSwitchStatement() -
Uses of SwitchStatement in org.eclipse.gmt.modisco.java.neoemf.meta
Methods in org.eclipse.gmt.modisco.java.neoemf.meta that return SwitchStatement Modifier and Type Method Description SwitchStatementJavaFactory. createSwitchStatement()Returns a new object of class 'Switch Statement'. -
Uses of SwitchStatement in org.eclipse.gmt.modisco.java.neoemf.util
Methods in org.eclipse.gmt.modisco.java.neoemf.util with parameters of type SwitchStatement Modifier and Type Method Description TJavaSwitch. caseSwitchStatement(SwitchStatement object)Returns the result of interpreting the object as an instance of 'Switch Statement'.