Uses of Interface
org.eclipse.gmt.modisco.java.Modifier
| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.java | |
| org.eclipse.gmt.modisco.java.emf.impl | |
| org.eclipse.gmt.modisco.java.emf.meta | |
| org.eclipse.gmt.modisco.java.emf.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.emf.impl
Classes in org.eclipse.gmt.modisco.java.emf.impl that implement Modifier Modifier and Type Class Description classModifierImplAn implementation of the model object 'Modifier'.Fields in org.eclipse.gmt.modisco.java.emf.impl declared as Modifier Modifier and Type Field Description protected ModifierBodyDeclarationImpl. modifierThe cached value of the 'Modifier' containment reference.protected ModifierSingleVariableDeclarationImpl. modifierThe cached value of the 'Modifier' containment reference.protected ModifierVariableDeclarationExpressionImpl. modifierThe cached value of the 'Modifier' containment reference.protected ModifierVariableDeclarationStatementImpl. modifierThe cached value of the 'Modifier' containment reference.Methods in org.eclipse.gmt.modisco.java.emf.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.emf.impl with parameters of type Modifier Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainBodyDeclarationImpl. basicSetModifier(Modifier newModifier, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainSingleVariableDeclarationImpl. basicSetModifier(Modifier newModifier, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainVariableDeclarationExpressionImpl. basicSetModifier(Modifier newModifier, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainVariableDeclarationStatementImpl. basicSetModifier(Modifier newModifier, org.eclipse.emf.common.notify.NotificationChain msgs)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.emf.meta
Methods in org.eclipse.gmt.modisco.java.emf.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.emf.util
Methods in org.eclipse.gmt.modisco.java.emf.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'.