Uses of Interface
org.eclipse.emf.java.JParameter

Packages that use JParameter
org.eclipse.emf.java   
org.eclipse.emf.java.impl   
org.eclipse.emf.java.util   
 

Uses of JParameter in org.eclipse.emf.java
 

Methods in org.eclipse.emf.java that return JParameter
 JParameter JavaFactory.createJParameter()
          Returns a new object of class 'JParameter'
 

Methods in org.eclipse.emf.java that return types with arguments of type JParameter
 EList<JParameter> JMethod.getParameters()
          Returns the value of the 'Parameters' containment reference list.
 

Uses of JParameter in org.eclipse.emf.java.impl
 

Classes in org.eclipse.emf.java.impl that implement JParameter
 class JParameterImpl
          An implementation of the model object 'JParameter'
 

Fields in org.eclipse.emf.java.impl with type parameters of type JParameter
protected  EList<JParameter> JMethodImpl.parameters
          The cached value of the 'Parameters' containment reference list
 

Methods in org.eclipse.emf.java.impl that return JParameter
 JParameter JavaFactoryImpl.createJParameter()
           
 

Methods in org.eclipse.emf.java.impl that return types with arguments of type JParameter
 EList<JParameter> JMethodImpl.getParameters()
           
 

Uses of JParameter in org.eclipse.emf.java.util
 

Methods in org.eclipse.emf.java.util with parameters of type JParameter
 T JavaSwitch.caseJParameter(JParameter object)
          Returns the result of interpreting the object as an instance of 'JParameter'
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.