Uses of Interface
org.eclipse.gmt.modisco.java.VariableDeclarationStatement
-
Uses of VariableDeclarationStatement in org.eclipse.gmt.modisco.java
Methods in org.eclipse.gmt.modisco.java that return VariableDeclarationStatement Modifier and Type Method Description VariableDeclarationStatementModifier. getVariableDeclarationStatement()Returns the value of the 'Variable Declaration Statement' container reference.Methods in org.eclipse.gmt.modisco.java with parameters of type VariableDeclarationStatement Modifier and Type Method Description voidModifier. setVariableDeclarationStatement(VariableDeclarationStatement value)Sets the value of the 'Variable Declaration Statement' container reference. -
Uses of VariableDeclarationStatement in org.eclipse.gmt.modisco.java.neoemf.impl
Classes in org.eclipse.gmt.modisco.java.neoemf.impl that implement VariableDeclarationStatement Modifier and Type Class Description classVariableDeclarationStatementImplAn implementation of the model object 'Variable Declaration Statement'.Methods in org.eclipse.gmt.modisco.java.neoemf.impl that return VariableDeclarationStatement Modifier and Type Method Description VariableDeclarationStatementJavaFactoryImpl. createVariableDeclarationStatement()VariableDeclarationStatementModifierImpl. getVariableDeclarationStatement()Methods in org.eclipse.gmt.modisco.java.neoemf.impl with parameters of type VariableDeclarationStatement Modifier and Type Method Description voidModifierImpl. setVariableDeclarationStatement(VariableDeclarationStatement newVariableDeclarationStatement) -
Uses of VariableDeclarationStatement in org.eclipse.gmt.modisco.java.neoemf.meta
Methods in org.eclipse.gmt.modisco.java.neoemf.meta that return VariableDeclarationStatement Modifier and Type Method Description VariableDeclarationStatementJavaFactory. createVariableDeclarationStatement()Returns a new object of class 'Variable Declaration Statement'. -
Uses of VariableDeclarationStatement in org.eclipse.gmt.modisco.java.neoemf.util
Methods in org.eclipse.gmt.modisco.java.neoemf.util with parameters of type VariableDeclarationStatement Modifier and Type Method Description TJavaSwitch. caseVariableDeclarationStatement(VariableDeclarationStatement object)Returns the result of interpreting the object as an instance of 'Variable Declaration Statement'.