Uses of Interface
org.eclipse.gmt.modisco.java.TypeParameter
| 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 TypeParameter in org.eclipse.gmt.modisco.java
Methods in org.eclipse.gmt.modisco.java that return types with arguments of type TypeParameter Modifier and Type Method Description org.eclipse.emf.common.util.EList<TypeParameter>AbstractMethodDeclaration. getTypeParameters()Returns the value of the 'Type Parameters' containment reference list.org.eclipse.emf.common.util.EList<TypeParameter>TypeDeclaration. getTypeParameters()Returns the value of the 'Type Parameters' containment reference list. -
Uses of TypeParameter in org.eclipse.gmt.modisco.java.emf.impl
Classes in org.eclipse.gmt.modisco.java.emf.impl that implement TypeParameter Modifier and Type Class Description classTypeParameterImplAn implementation of the model object 'Type Parameter'.Fields in org.eclipse.gmt.modisco.java.emf.impl with type parameters of type TypeParameter Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<TypeParameter>AbstractMethodDeclarationImpl. typeParametersThe cached value of the 'Type Parameters' containment reference list.protected org.eclipse.emf.common.util.EList<TypeParameter>TypeDeclarationImpl. typeParametersThe cached value of the 'Type Parameters' containment reference list.Methods in org.eclipse.gmt.modisco.java.emf.impl that return TypeParameter Modifier and Type Method Description TypeParameterJavaFactoryImpl. createTypeParameter()Methods in org.eclipse.gmt.modisco.java.emf.impl that return types with arguments of type TypeParameter Modifier and Type Method Description org.eclipse.emf.common.util.EList<TypeParameter>AbstractMethodDeclarationImpl. getTypeParameters()org.eclipse.emf.common.util.EList<TypeParameter>TypeDeclarationImpl. getTypeParameters() -
Uses of TypeParameter in org.eclipse.gmt.modisco.java.emf.meta
Methods in org.eclipse.gmt.modisco.java.emf.meta that return TypeParameter Modifier and Type Method Description TypeParameterJavaFactory. createTypeParameter()Returns a new object of class 'Type Parameter'. -
Uses of TypeParameter in org.eclipse.gmt.modisco.java.emf.util
Methods in org.eclipse.gmt.modisco.java.emf.util with parameters of type TypeParameter Modifier and Type Method Description TJavaSwitch. caseTypeParameter(TypeParameter object)Returns the result of interpreting the object as an instance of 'Type Parameter'.