Uses of Interface
org.eclipse.gmt.modisco.java.TryStatement
| 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 TryStatement in org.eclipse.gmt.modisco.java.neoemf.impl
Classes in org.eclipse.gmt.modisco.java.neoemf.impl that implement TryStatement Modifier and Type Class Description classTryStatementImplAn implementation of the model object 'Try Statement'.Methods in org.eclipse.gmt.modisco.java.neoemf.impl that return TryStatement Modifier and Type Method Description TryStatementJavaFactoryImpl. createTryStatement() -
Uses of TryStatement in org.eclipse.gmt.modisco.java.neoemf.meta
Methods in org.eclipse.gmt.modisco.java.neoemf.meta that return TryStatement Modifier and Type Method Description TryStatementJavaFactory. createTryStatement()Returns a new object of class 'Try Statement'. -
Uses of TryStatement in org.eclipse.gmt.modisco.java.neoemf.util
Methods in org.eclipse.gmt.modisco.java.neoemf.util with parameters of type TryStatement Modifier and Type Method Description TJavaSwitch. caseTryStatement(TryStatement object)Returns the result of interpreting the object as an instance of 'Try Statement'.