Uses of Interface
org.eclipse.gmt.modisco.java.Modifier
| 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 Modifier in org.eclipse.gmt.modisco.java
Methods in org.eclipse.gmt.modisco.java that return Modifier Modifier and Type Method Description ModifierBodyDeclaration. getModifier()Returns the value of the 'Modifier' containment reference.ModifierSingleVariableDeclaration. getModifier()Returns the value of the 'Modifier' containment reference.ModifierVariableDeclarationExpression. getModifier()Returns the value of the 'Modifier' containment reference.ModifierVariableDeclarationStatement. getModifier()Returns the value of the 'Modifier' containment reference.Methods in org.eclipse.gmt.modisco.java with parameters of type Modifier Modifier and Type Method Description voidBodyDeclaration. setModifier(Modifier value)Sets the value of the 'Modifier' containment reference.voidSingleVariableDeclaration. setModifier(Modifier value)Sets the value of the 'Modifier' containment reference.voidVariableDeclarationExpression. setModifier(Modifier value)Sets the value of the 'Modifier' containment reference.voidVariableDeclarationStatement. setModifier(Modifier value)Sets the value of the 'Modifier' containment reference. -
Uses of Modifier in org.eclipse.gmt.modisco.java.neoemf.impl
Classes in org.eclipse.gmt.modisco.java.neoemf.impl that implement Modifier Modifier and Type Class Description classModifierImplAn implementation of the model object 'Modifier'.Methods in org.eclipse.gmt.modisco.java.neoemf.impl that return Modifier Modifier and Type Method Description ModifierJavaFactoryImpl. createModifier()ModifierBodyDeclarationImpl. getModifier()ModifierSingleVariableDeclarationImpl. getModifier()ModifierVariableDeclarationExpressionImpl. getModifier()ModifierVariableDeclarationStatementImpl. getModifier()Methods in org.eclipse.gmt.modisco.java.neoemf.impl with parameters of type Modifier Modifier and Type Method Description voidBodyDeclarationImpl. setModifier(Modifier newModifier)voidSingleVariableDeclarationImpl. setModifier(Modifier newModifier)voidVariableDeclarationExpressionImpl. setModifier(Modifier newModifier)voidVariableDeclarationStatementImpl. setModifier(Modifier newModifier) -
Uses of Modifier in org.eclipse.gmt.modisco.java.neoemf.meta
Methods in org.eclipse.gmt.modisco.java.neoemf.meta that return Modifier Modifier and Type Method Description ModifierJavaFactory. createModifier()Returns a new object of class 'Modifier'. -
Uses of Modifier in org.eclipse.gmt.modisco.java.neoemf.util
Methods in org.eclipse.gmt.modisco.java.neoemf.util with parameters of type Modifier Modifier and Type Method Description TJavaSwitch. caseModifier(Modifier object)Returns the result of interpreting the object as an instance of 'Modifier'.