Uses of Interface
org.eclipse.gmt.modisco.java.EnhancedForStatement
| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.java | |
| org.eclipse.gmt.modisco.java.neoemf.impl | |
| org.eclipse.gmt.modisco.java.neoemf.meta | |
| org.eclipse.gmt.modisco.java.neoemf.util |
-
Uses of EnhancedForStatement in org.eclipse.gmt.modisco.java
Methods in org.eclipse.gmt.modisco.java that return EnhancedForStatement Modifier and Type Method Description EnhancedForStatementSingleVariableDeclaration. getEnhancedForStatement()Returns the value of the 'Enhanced For Statement' container reference.Methods in org.eclipse.gmt.modisco.java with parameters of type EnhancedForStatement Modifier and Type Method Description voidSingleVariableDeclaration. setEnhancedForStatement(EnhancedForStatement value)Sets the value of the 'Enhanced For Statement' container reference. -
Uses of EnhancedForStatement in org.eclipse.gmt.modisco.java.neoemf.impl
Classes in org.eclipse.gmt.modisco.java.neoemf.impl that implement EnhancedForStatement Modifier and Type Class Description classEnhancedForStatementImplAn implementation of the model object 'Enhanced For Statement'.Methods in org.eclipse.gmt.modisco.java.neoemf.impl that return EnhancedForStatement Modifier and Type Method Description EnhancedForStatementJavaFactoryImpl. createEnhancedForStatement()EnhancedForStatementSingleVariableDeclarationImpl. getEnhancedForStatement()Methods in org.eclipse.gmt.modisco.java.neoemf.impl with parameters of type EnhancedForStatement Modifier and Type Method Description voidSingleVariableDeclarationImpl. setEnhancedForStatement(EnhancedForStatement newEnhancedForStatement) -
Uses of EnhancedForStatement in org.eclipse.gmt.modisco.java.neoemf.meta
Methods in org.eclipse.gmt.modisco.java.neoemf.meta that return EnhancedForStatement Modifier and Type Method Description EnhancedForStatementJavaFactory. createEnhancedForStatement()Returns a new object of class 'Enhanced For Statement'. -
Uses of EnhancedForStatement in org.eclipse.gmt.modisco.java.neoemf.util
Methods in org.eclipse.gmt.modisco.java.neoemf.util with parameters of type EnhancedForStatement Modifier and Type Method Description TJavaSwitch. caseEnhancedForStatement(EnhancedForStatement object)Returns the result of interpreting the object as an instance of 'Enhanced For Statement'.