Uses of Interface
org.eclipse.gmt.modisco.java.ThrowStatement
| 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 ThrowStatement in org.eclipse.gmt.modisco.java.neoemf.impl
Classes in org.eclipse.gmt.modisco.java.neoemf.impl that implement ThrowStatement Modifier and Type Class Description classThrowStatementImplAn implementation of the model object 'Throw Statement'.Methods in org.eclipse.gmt.modisco.java.neoemf.impl that return ThrowStatement Modifier and Type Method Description ThrowStatementJavaFactoryImpl. createThrowStatement() -
Uses of ThrowStatement in org.eclipse.gmt.modisco.java.neoemf.meta
Methods in org.eclipse.gmt.modisco.java.neoemf.meta that return ThrowStatement Modifier and Type Method Description ThrowStatementJavaFactory. createThrowStatement()Returns a new object of class 'Throw Statement'. -
Uses of ThrowStatement in org.eclipse.gmt.modisco.java.neoemf.util
Methods in org.eclipse.gmt.modisco.java.neoemf.util with parameters of type ThrowStatement Modifier and Type Method Description TJavaSwitch. caseThrowStatement(ThrowStatement object)Returns the result of interpreting the object as an instance of 'Throw Statement'.