Uses of Interface
org.eclipse.gmt.modisco.java.SingleVariableAccess
| 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 SingleVariableAccess in org.eclipse.gmt.modisco.java
Methods in org.eclipse.gmt.modisco.java that return SingleVariableAccess Modifier and Type Method Description SingleVariableAccessFieldAccess. getField()Returns the value of the 'Field' containment reference.SingleVariableAccessSuperFieldAccess. getField()Returns the value of the 'Field' containment reference.Methods in org.eclipse.gmt.modisco.java that return types with arguments of type SingleVariableAccess Modifier and Type Method Description org.eclipse.emf.common.util.EList<SingleVariableAccess>VariableDeclaration. getUsageInVariableAccess()Returns the value of the 'Usage In Variable Access' reference list.Methods in org.eclipse.gmt.modisco.java with parameters of type SingleVariableAccess Modifier and Type Method Description voidFieldAccess. setField(SingleVariableAccess value)Sets the value of the 'Field' containment reference.voidSuperFieldAccess. setField(SingleVariableAccess value)Sets the value of the 'Field' containment reference. -
Uses of SingleVariableAccess in org.eclipse.gmt.modisco.java.neoemf.impl
Classes in org.eclipse.gmt.modisco.java.neoemf.impl that implement SingleVariableAccess Modifier and Type Class Description classSingleVariableAccessImplAn implementation of the model object 'Single Variable Access'.Methods in org.eclipse.gmt.modisco.java.neoemf.impl that return SingleVariableAccess Modifier and Type Method Description SingleVariableAccessJavaFactoryImpl. createSingleVariableAccess()SingleVariableAccessFieldAccessImpl. getField()SingleVariableAccessSuperFieldAccessImpl. getField()Methods in org.eclipse.gmt.modisco.java.neoemf.impl that return types with arguments of type SingleVariableAccess Modifier and Type Method Description org.eclipse.emf.common.util.EList<SingleVariableAccess>EnumConstantDeclarationImpl. getUsageInVariableAccess()org.eclipse.emf.common.util.EList<SingleVariableAccess>VariableDeclarationImpl. getUsageInVariableAccess()Methods in org.eclipse.gmt.modisco.java.neoemf.impl with parameters of type SingleVariableAccess Modifier and Type Method Description voidFieldAccessImpl. setField(SingleVariableAccess newField)voidSuperFieldAccessImpl. setField(SingleVariableAccess newField) -
Uses of SingleVariableAccess in org.eclipse.gmt.modisco.java.neoemf.meta
Methods in org.eclipse.gmt.modisco.java.neoemf.meta that return SingleVariableAccess Modifier and Type Method Description SingleVariableAccessJavaFactory. createSingleVariableAccess()Returns a new object of class 'Single Variable Access'. -
Uses of SingleVariableAccess in org.eclipse.gmt.modisco.java.neoemf.util
Methods in org.eclipse.gmt.modisco.java.neoemf.util with parameters of type SingleVariableAccess Modifier and Type Method Description TJavaSwitch. caseSingleVariableAccess(SingleVariableAccess object)Returns the result of interpreting the object as an instance of 'Single Variable Access'.