Uses of Interface
org.eclipse.gmt.modisco.java.AbstractVariablesContainer
| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.java | |
| org.eclipse.gmt.modisco.java.neoemf.impl | |
| org.eclipse.gmt.modisco.java.neoemf.util |
-
Uses of AbstractVariablesContainer in org.eclipse.gmt.modisco.java
Subinterfaces of AbstractVariablesContainer in org.eclipse.gmt.modisco.java Modifier and Type Interface Description interfaceFieldDeclarationA representation of the model object 'Field Declaration'.interfaceVariableDeclarationExpressionA representation of the model object 'Variable Declaration Expression'.interfaceVariableDeclarationStatementA representation of the model object 'Variable Declaration Statement'.Methods in org.eclipse.gmt.modisco.java that return AbstractVariablesContainer Modifier and Type Method Description AbstractVariablesContainerVariableDeclarationFragment. getVariablesContainer()Returns the value of the 'Variables Container' container reference.Methods in org.eclipse.gmt.modisco.java with parameters of type AbstractVariablesContainer Modifier and Type Method Description voidVariableDeclarationFragment. setVariablesContainer(AbstractVariablesContainer value)Sets the value of the 'Variables Container' container reference. -
Uses of AbstractVariablesContainer in org.eclipse.gmt.modisco.java.neoemf.impl
Classes in org.eclipse.gmt.modisco.java.neoemf.impl that implement AbstractVariablesContainer Modifier and Type Class Description classAbstractVariablesContainerImplAn implementation of the model object 'Abstract Variables Container'.classFieldDeclarationImplAn implementation of the model object 'Field Declaration'.classVariableDeclarationExpressionImplAn implementation of the model object 'Variable Declaration Expression'.classVariableDeclarationStatementImplAn implementation of the model object 'Variable Declaration Statement'.Methods in org.eclipse.gmt.modisco.java.neoemf.impl that return AbstractVariablesContainer Modifier and Type Method Description AbstractVariablesContainerVariableDeclarationFragmentImpl. getVariablesContainer()Methods in org.eclipse.gmt.modisco.java.neoemf.impl with parameters of type AbstractVariablesContainer Modifier and Type Method Description voidVariableDeclarationFragmentImpl. setVariablesContainer(AbstractVariablesContainer newVariablesContainer) -
Uses of AbstractVariablesContainer in org.eclipse.gmt.modisco.java.neoemf.util
Methods in org.eclipse.gmt.modisco.java.neoemf.util with parameters of type AbstractVariablesContainer Modifier and Type Method Description TJavaSwitch. caseAbstractVariablesContainer(AbstractVariablesContainer object)Returns the result of interpreting the object as an instance of 'Abstract Variables Container'.