Uses of Interface
org.eclipse.gmt.modisco.java.ExpressionStatement
| 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 ExpressionStatement in org.eclipse.gmt.modisco.java.neoemf.impl
Classes in org.eclipse.gmt.modisco.java.neoemf.impl that implement ExpressionStatement Modifier and Type Class Description classExpressionStatementImplAn implementation of the model object 'Expression Statement'.Methods in org.eclipse.gmt.modisco.java.neoemf.impl that return ExpressionStatement Modifier and Type Method Description ExpressionStatementJavaFactoryImpl. createExpressionStatement() -
Uses of ExpressionStatement in org.eclipse.gmt.modisco.java.neoemf.meta
Methods in org.eclipse.gmt.modisco.java.neoemf.meta that return ExpressionStatement Modifier and Type Method Description ExpressionStatementJavaFactory. createExpressionStatement()Returns a new object of class 'Expression Statement'. -
Uses of ExpressionStatement in org.eclipse.gmt.modisco.java.neoemf.util
Methods in org.eclipse.gmt.modisco.java.neoemf.util with parameters of type ExpressionStatement Modifier and Type Method Description TJavaSwitch. caseExpressionStatement(ExpressionStatement object)Returns the result of interpreting the object as an instance of 'Expression Statement'.