Uses of Interface
org.eclipse.gmt.modisco.java.SingleVariableDeclaration
| 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 SingleVariableDeclaration in org.eclipse.gmt.modisco.java
Subinterfaces of SingleVariableDeclaration in org.eclipse.gmt.modisco.java Modifier and Type Interface Description interfaceUnresolvedSingleVariableDeclarationA representation of the model object 'Unresolved Single Variable Declaration'.Methods in org.eclipse.gmt.modisco.java that return SingleVariableDeclaration Modifier and Type Method Description SingleVariableDeclarationCatchClause. getException()Returns the value of the 'Exception' containment reference.SingleVariableDeclarationEnhancedForStatement. getParameter()Returns the value of the 'Parameter' containment reference.SingleVariableDeclarationModifier. getSingleVariableDeclaration()Returns the value of the 'Single Variable Declaration' container reference.Methods in org.eclipse.gmt.modisco.java that return types with arguments of type SingleVariableDeclaration Modifier and Type Method Description org.eclipse.emf.common.util.EList<SingleVariableDeclaration>AbstractMethodDeclaration. getParameters()Returns the value of the 'Parameters' containment reference list.Methods in org.eclipse.gmt.modisco.java with parameters of type SingleVariableDeclaration Modifier and Type Method Description voidCatchClause. setException(SingleVariableDeclaration value)Sets the value of the 'Exception' containment reference.voidEnhancedForStatement. setParameter(SingleVariableDeclaration value)Sets the value of the 'Parameter' containment reference.voidModifier. setSingleVariableDeclaration(SingleVariableDeclaration value)Sets the value of the 'Single Variable Declaration' container reference. -
Uses of SingleVariableDeclaration in org.eclipse.gmt.modisco.java.emf.impl
Classes in org.eclipse.gmt.modisco.java.emf.impl that implement SingleVariableDeclaration Modifier and Type Class Description classSingleVariableDeclarationImplAn implementation of the model object 'Single Variable Declaration'.classUnresolvedSingleVariableDeclarationImplAn implementation of the model object 'Unresolved Single Variable Declaration'.Fields in org.eclipse.gmt.modisco.java.emf.impl declared as SingleVariableDeclaration Modifier and Type Field Description protected SingleVariableDeclarationCatchClauseImpl. exceptionThe cached value of the 'Exception' containment reference.protected SingleVariableDeclarationEnhancedForStatementImpl. parameterThe cached value of the 'Parameter' containment reference.Fields in org.eclipse.gmt.modisco.java.emf.impl with type parameters of type SingleVariableDeclaration Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<SingleVariableDeclaration>AbstractMethodDeclarationImpl. parametersThe cached value of the 'Parameters' containment reference list.Methods in org.eclipse.gmt.modisco.java.emf.impl that return SingleVariableDeclaration Modifier and Type Method Description SingleVariableDeclarationModifierImpl. basicGetSingleVariableDeclaration()SingleVariableDeclarationJavaFactoryImpl. createSingleVariableDeclaration()SingleVariableDeclarationCatchClauseImpl. getException()SingleVariableDeclarationEnhancedForStatementImpl. getParameter()SingleVariableDeclarationModifierImpl. getSingleVariableDeclaration()Methods in org.eclipse.gmt.modisco.java.emf.impl that return types with arguments of type SingleVariableDeclaration Modifier and Type Method Description org.eclipse.emf.common.util.EList<SingleVariableDeclaration>AbstractMethodDeclarationImpl. getParameters()Methods in org.eclipse.gmt.modisco.java.emf.impl with parameters of type SingleVariableDeclaration Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainCatchClauseImpl. basicSetException(SingleVariableDeclaration newException, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainEnhancedForStatementImpl. basicSetParameter(SingleVariableDeclaration newParameter, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainModifierImpl. basicSetSingleVariableDeclaration(SingleVariableDeclaration newSingleVariableDeclaration, org.eclipse.emf.common.notify.NotificationChain msgs)voidCatchClauseImpl. setException(SingleVariableDeclaration newException)voidEnhancedForStatementImpl. setParameter(SingleVariableDeclaration newParameter)voidModifierImpl. setSingleVariableDeclaration(SingleVariableDeclaration newSingleVariableDeclaration) -
Uses of SingleVariableDeclaration in org.eclipse.gmt.modisco.java.emf.meta
Methods in org.eclipse.gmt.modisco.java.emf.meta that return SingleVariableDeclaration Modifier and Type Method Description SingleVariableDeclarationJavaFactory. createSingleVariableDeclaration()Returns a new object of class 'Single Variable Declaration'. -
Uses of SingleVariableDeclaration in org.eclipse.gmt.modisco.java.emf.util
Methods in org.eclipse.gmt.modisco.java.emf.util with parameters of type SingleVariableDeclaration Modifier and Type Method Description TJavaSwitch. caseSingleVariableDeclaration(SingleVariableDeclaration object)Returns the result of interpreting the object as an instance of 'Single Variable Declaration'.