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

Packages that use JMember
org.eclipse.emf.java   
org.eclipse.emf.java.impl   
org.eclipse.emf.java.provider   
org.eclipse.emf.java.util   
 

Uses of JMember in org.eclipse.emf.java
 

Subinterfaces of JMember in org.eclipse.emf.java
 interface JClass
          A representation of the model object 'JClass'
 interface JField
          A representation of the model object 'JField'
 interface JInitializer
          A representation of the model object 'JInitializer'
 interface JMethod
          A representation of the model object 'JMethod'
 

Methods in org.eclipse.emf.java that return types with arguments of type JMember
 EList<JMember> JClass.getMembers()
          Returns the value of the 'Members' containment reference list.
 

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

Classes in org.eclipse.emf.java.impl that implement JMember
 class JClassImpl
          An implementation of the model object 'JClass'
 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'
 

Fields in org.eclipse.emf.java.impl with type parameters of type JMember
protected  EList<JMember> JClassImpl.members
          The cached value of the 'Members' containment reference list
 

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

Uses of JMember in org.eclipse.emf.java.provider
 

Methods in org.eclipse.emf.java.provider with parameters of type JMember
protected  java.lang.String JMemberItemProvider.getVisibility(JMember jMember)
           
 

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

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


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