Uses of Interface
org.eclipse.gmt.modisco.java.VariableDeclarationFragment
-
Uses of VariableDeclarationFragment in org.eclipse.gmt.modisco.java
Subinterfaces of VariableDeclarationFragment in org.eclipse.gmt.modisco.java Modifier and Type Interface Description interfaceUnresolvedVariableDeclarationFragmentA representation of the model object 'Unresolved Variable Declaration Fragment'.Methods in org.eclipse.gmt.modisco.java that return types with arguments of type VariableDeclarationFragment Modifier and Type Method Description org.eclipse.emf.common.util.EList<VariableDeclarationFragment>AbstractVariablesContainer. getFragments()Returns the value of the 'Fragments' containment reference list. -
Uses of VariableDeclarationFragment in org.eclipse.gmt.modisco.java.neoemf.impl
Classes in org.eclipse.gmt.modisco.java.neoemf.impl that implement VariableDeclarationFragment Modifier and Type Class Description classUnresolvedVariableDeclarationFragmentImplAn implementation of the model object 'Unresolved Variable Declaration Fragment'.classVariableDeclarationFragmentImplAn implementation of the model object 'Variable Declaration Fragment'.Methods in org.eclipse.gmt.modisco.java.neoemf.impl that return VariableDeclarationFragment Modifier and Type Method Description VariableDeclarationFragmentJavaFactoryImpl. createVariableDeclarationFragment()Methods in org.eclipse.gmt.modisco.java.neoemf.impl that return types with arguments of type VariableDeclarationFragment Modifier and Type Method Description org.eclipse.emf.common.util.EList<VariableDeclarationFragment>AbstractVariablesContainerImpl. getFragments()org.eclipse.emf.common.util.EList<VariableDeclarationFragment>FieldDeclarationImpl. getFragments()org.eclipse.emf.common.util.EList<VariableDeclarationFragment>VariableDeclarationExpressionImpl. getFragments()org.eclipse.emf.common.util.EList<VariableDeclarationFragment>VariableDeclarationStatementImpl. getFragments() -
Uses of VariableDeclarationFragment in org.eclipse.gmt.modisco.java.neoemf.meta
Methods in org.eclipse.gmt.modisco.java.neoemf.meta that return VariableDeclarationFragment Modifier and Type Method Description VariableDeclarationFragmentJavaFactory. createVariableDeclarationFragment()Returns a new object of class 'Variable Declaration Fragment'. -
Uses of VariableDeclarationFragment in org.eclipse.gmt.modisco.java.neoemf.util
Methods in org.eclipse.gmt.modisco.java.neoemf.util with parameters of type VariableDeclarationFragment Modifier and Type Method Description TJavaSwitch. caseVariableDeclarationFragment(VariableDeclarationFragment object)Returns the result of interpreting the object as an instance of 'Variable Declaration Fragment'.