Uses of Interface
org.eclipse.gmt.modisco.java.SingleVariableDeclaration
-
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.neoemf.impl
Classes in org.eclipse.gmt.modisco.java.neoemf.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'.Methods in org.eclipse.gmt.modisco.java.neoemf.impl that return SingleVariableDeclaration Modifier and Type Method Description SingleVariableDeclarationJavaFactoryImpl. createSingleVariableDeclaration()SingleVariableDeclarationCatchClauseImpl. getException()SingleVariableDeclarationEnhancedForStatementImpl. getParameter()SingleVariableDeclarationModifierImpl. getSingleVariableDeclaration()Methods in org.eclipse.gmt.modisco.java.neoemf.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.neoemf.impl with parameters of type SingleVariableDeclaration Modifier and Type Method Description voidCatchClauseImpl. setException(SingleVariableDeclaration newException)voidEnhancedForStatementImpl. setParameter(SingleVariableDeclaration newParameter)voidModifierImpl. setSingleVariableDeclaration(SingleVariableDeclaration newSingleVariableDeclaration) -
Uses of SingleVariableDeclaration in org.eclipse.gmt.modisco.java.neoemf.meta
Methods in org.eclipse.gmt.modisco.java.neoemf.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.neoemf.util
Methods in org.eclipse.gmt.modisco.java.neoemf.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'.