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

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

Uses of JModelElement in org.eclipse.emf.java
 

Subinterfaces of JModelElement in org.eclipse.emf.java
 interface JClass
          A representation of the model object 'JClass'
 interface JCompilationUnit
          A representation of the model object 'JCompilation Unit'
 interface JField
          A representation of the model object 'JField'
 interface JInitializer
          A representation of the model object 'JInitializer'
 interface JMember
          A representation of the model object 'JMember'
 interface JMethod
          A representation of the model object 'JMethod'
 interface JPackage
          A representation of the model object 'JPackage'
 interface JParameter
          A representation of the model object 'JParameter'
 

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

Classes in org.eclipse.emf.java.impl that implement JModelElement
 class JClassImpl
          An implementation of the model object 'JClass'
 class JCompilationUnitImpl
          An implementation of the model object 'JCompilation Unit'
 class JFieldImpl
          An implementation of the model object 'JField'
 class JInitializerImpl
          An implementation of the model object 'JInitializer'
 class JMemberImpl
          An implementation of the model object 'JMember'
 class JMethodImpl
          An implementation of the model object 'JMethod'
 class JModelElementImpl
          An implementation of the model object 'JModel JNode'
 class JPackageImpl
          An implementation of the model object 'JPackage'
 class JParameterImpl
          An implementation of the model object 'JParameter'
 

Methods in org.eclipse.emf.java.impl with parameters of type JModelElement
protected  void JModelElementImpl.adoptContent(EReference eReference, JModelElement jModelElement)
           
 void JModelElementImpl.moveContent(EReference eReference, JModelElement jModelElement)
           
protected  void JModelElementImpl.orphanContent(EReference eReference, JModelElement jModelElement)
           
 

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

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


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