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

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

Uses of JMethod in org.eclipse.emf.java
 

Methods in org.eclipse.emf.java that return JMethod
 JMethod JavaFactory.createJMethod()
          Returns a new object of class 'JMethod'
 JMethod JParameter.getMethod()
          Returns the value of the 'Method' container reference.
 

Methods in org.eclipse.emf.java that return types with arguments of type JMethod
 EList<JMethod> JClass.getAllMethods()
          Returns the value of the 'All Methods' reference list.
 EList<JMethod> JClass.getMethods()
          Returns the value of the 'Methods' reference list.
 

Methods in org.eclipse.emf.java with parameters of type JMethod
 void JParameter.setMethod(JMethod value)
          Sets the value of the 'Method' container reference
 

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

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

Methods in org.eclipse.emf.java.impl that return JMethod
 JMethod JavaFactoryImpl.createJMethod()
           
 JMethod JParameterImpl.getMethod()
           
 

Methods in org.eclipse.emf.java.impl that return types with arguments of type JMethod
 EList<JMethod> JClassImpl.getAllMethods()
           
 EList<JMethod> JClassImpl.getMethods()
           
 

Methods in org.eclipse.emf.java.impl with parameters of type JMethod
 NotificationChain JParameterImpl.basicSetMethod(JMethod newMethod, NotificationChain msgs)
           
protected static void JMethodImpl.JHelper.handleJNode(JMethod method)
           
 void JParameterImpl.setMethod(JMethod newMethod)
           
 

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

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


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