Uses of Interface
org.eclipse.gmt.modisco.java.ContinueStatement
| 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 ContinueStatement in org.eclipse.gmt.modisco.java
Methods in org.eclipse.gmt.modisco.java that return types with arguments of type ContinueStatement Modifier and Type Method Description org.eclipse.emf.common.util.EList<ContinueStatement>LabeledStatement. getUsagesInContinueStatements()Returns the value of the 'Usages In Continue Statements' reference list. -
Uses of ContinueStatement in org.eclipse.gmt.modisco.java.neoemf.impl
Classes in org.eclipse.gmt.modisco.java.neoemf.impl that implement ContinueStatement Modifier and Type Class Description classContinueStatementImplAn implementation of the model object 'Continue Statement'.Methods in org.eclipse.gmt.modisco.java.neoemf.impl that return ContinueStatement Modifier and Type Method Description ContinueStatementJavaFactoryImpl. createContinueStatement()Methods in org.eclipse.gmt.modisco.java.neoemf.impl that return types with arguments of type ContinueStatement Modifier and Type Method Description org.eclipse.emf.common.util.EList<ContinueStatement>LabeledStatementImpl. getUsagesInContinueStatements() -
Uses of ContinueStatement in org.eclipse.gmt.modisco.java.neoemf.meta
Methods in org.eclipse.gmt.modisco.java.neoemf.meta that return ContinueStatement Modifier and Type Method Description ContinueStatementJavaFactory. createContinueStatement()Returns a new object of class 'Continue Statement'. -
Uses of ContinueStatement in org.eclipse.gmt.modisco.java.neoemf.util
Methods in org.eclipse.gmt.modisco.java.neoemf.util with parameters of type ContinueStatement Modifier and Type Method Description TJavaSwitch. caseContinueStatement(ContinueStatement object)Returns the result of interpreting the object as an instance of 'Continue Statement'.