Uses of Interface
org.eclipse.gmt.modisco.java.VariableDeclaration
| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.java | |
| org.eclipse.gmt.modisco.java.neoemf.impl | |
| org.eclipse.gmt.modisco.java.neoemf.util |
-
Uses of VariableDeclaration in org.eclipse.gmt.modisco.java
Subinterfaces of VariableDeclaration in org.eclipse.gmt.modisco.java Modifier and Type Interface Description interfaceEnumConstantDeclarationA representation of the model object 'Enum Constant Declaration'.interfaceSingleVariableDeclarationA representation of the model object 'Single Variable Declaration'.interfaceUnresolvedSingleVariableDeclarationA representation of the model object 'Unresolved Single Variable Declaration'.interfaceUnresolvedVariableDeclarationFragmentA representation of the model object 'Unresolved Variable Declaration Fragment'.interfaceVariableDeclarationFragmentA representation of the model object 'Variable Declaration Fragment'.Methods in org.eclipse.gmt.modisco.java that return VariableDeclaration Modifier and Type Method Description VariableDeclarationSingleVariableAccess. getVariable()Returns the value of the 'Variable' reference.Methods in org.eclipse.gmt.modisco.java with parameters of type VariableDeclaration Modifier and Type Method Description voidSingleVariableAccess. setVariable(VariableDeclaration value)Sets the value of the 'Variable' reference. -
Uses of VariableDeclaration in org.eclipse.gmt.modisco.java.neoemf.impl
Classes in org.eclipse.gmt.modisco.java.neoemf.impl that implement VariableDeclaration Modifier and Type Class Description classEnumConstantDeclarationImplAn implementation of the model object 'Enum Constant Declaration'.classSingleVariableDeclarationImplAn implementation of the model object 'Single Variable Declaration'.classUnresolvedSingleVariableDeclarationImplAn implementation of the model object 'Unresolved Single Variable Declaration'.classUnresolvedVariableDeclarationFragmentImplAn implementation of the model object 'Unresolved Variable Declaration Fragment'.classVariableDeclarationFragmentImplAn implementation of the model object 'Variable Declaration Fragment'.classVariableDeclarationImplAn implementation of the model object 'Variable Declaration'.Methods in org.eclipse.gmt.modisco.java.neoemf.impl that return VariableDeclaration Modifier and Type Method Description VariableDeclarationSingleVariableAccessImpl. getVariable()Methods in org.eclipse.gmt.modisco.java.neoemf.impl with parameters of type VariableDeclaration Modifier and Type Method Description voidSingleVariableAccessImpl. setVariable(VariableDeclaration newVariable) -
Uses of VariableDeclaration in org.eclipse.gmt.modisco.java.neoemf.util
Methods in org.eclipse.gmt.modisco.java.neoemf.util with parameters of type VariableDeclaration Modifier and Type Method Description TJavaSwitch. caseVariableDeclaration(VariableDeclaration object)Returns the result of interpreting the object as an instance of 'Variable Declaration'.