Uses of Interface
org.eclipse.gmt.modisco.java.IfStatement
| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.java.emf.impl | |
| org.eclipse.gmt.modisco.java.emf.meta | |
| org.eclipse.gmt.modisco.java.emf.util |
-
Uses of IfStatement in org.eclipse.gmt.modisco.java.emf.impl
Classes in org.eclipse.gmt.modisco.java.emf.impl that implement IfStatement Modifier and Type Class Description classIfStatementImplAn implementation of the model object 'If Statement'.Methods in org.eclipse.gmt.modisco.java.emf.impl that return IfStatement Modifier and Type Method Description IfStatementJavaFactoryImpl. createIfStatement() -
Uses of IfStatement in org.eclipse.gmt.modisco.java.emf.meta
Methods in org.eclipse.gmt.modisco.java.emf.meta that return IfStatement Modifier and Type Method Description IfStatementJavaFactory. createIfStatement()Returns a new object of class 'If Statement'. -
Uses of IfStatement in org.eclipse.gmt.modisco.java.emf.util
Methods in org.eclipse.gmt.modisco.java.emf.util with parameters of type IfStatement Modifier and Type Method Description TJavaSwitch. caseIfStatement(IfStatement object)Returns the result of interpreting the object as an instance of 'If Statement'.