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

Packages that use JClass
org.eclipse.emf.java   
org.eclipse.emf.java.impl   
org.eclipse.emf.java.util   
org.eclipse.emf.test.examples   
 

Uses of JClass in org.eclipse.emf.java
 

Methods in org.eclipse.emf.java that return JClass
 JClass JavaFactory.createJClass()
          Returns a new object of class 'JClass'
 JClass JClass.getArrayType()
          Returns the value of the 'Array Type' containment reference.
 JClass JClass.getComponentType()
          Returns the value of the 'Component Type' container reference.
 JClass JMember.getContainingType()
          Returns the value of the 'Containing Type' container reference.
 JClass JMethod.getReturnType()
          Returns the value of the 'Return Type' reference
 JClass JParameter.getType()
          Returns the value of the 'Type' reference
 JClass JField.getType()
          Returns the value of the 'Type' reference
 JClass JClass.resolveJClass(java.lang.String qualifiedName)
           
 JClass JCompilationUnit.resolveJClass(java.lang.String qualifiedName)
           
 

Methods in org.eclipse.emf.java that return types with arguments of type JClass
 EList<JClass> JClass.getAllSuperTypes()
          Returns the value of the 'All Super Types' reference list.
 EList<JClass> JClass.getAllTypes()
          Returns the value of the 'All Types' reference list.
 EList<JClass> JMethod.getExceptions()
          Returns the value of the 'Exceptions' reference list.
 EList<JClass> JCompilationUnit.getImportedTypes()
          Returns the value of the 'Imported Types' reference list.
 EList<JClass> JClass.getSuperTypes()
          Returns the value of the 'Super Types' reference list.
 EList<JClass> JClass.getTypes()
          Returns the value of the 'Types' reference list.
 EList<JClass> JPackage.getTypes()
          Returns the value of the 'Types' reference list.
 EList<JClass> JCompilationUnit.getTypes()
          Returns the value of the 'Types' containment reference list.
 

Methods in org.eclipse.emf.java with parameters of type JClass
 void JClass.setArrayType(JClass value)
          Sets the value of the 'Array Type' containment reference
 void JClass.setComponentType(JClass value)
          Sets the value of the 'Component Type' container reference
 void JMember.setContainingType(JClass value)
          Sets the value of the 'Containing Type' container reference
 void JMethod.setReturnType(JClass value)
          Sets the value of the 'Return Type' reference
 void JParameter.setType(JClass value)
          Sets the value of the 'Type' reference
 void JField.setType(JClass value)
          Sets the value of the 'Type' reference
 

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

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

Fields in org.eclipse.emf.java.impl declared as JClass
protected  JClass JClassImpl.arrayType
          The cached value of the 'Array Type' containment reference
protected  JClass JMethodImpl.returnType
          The cached value of the 'Return Type' reference
protected  JClass JFieldImpl.type
          The cached value of the 'Type' reference
protected  JClass JParameterImpl.type
          The cached value of the 'Type' reference
 

Fields in org.eclipse.emf.java.impl with type parameters of type JClass
protected  EList<JClass> JClassImpl.allTypes
           
protected  EList<JClass> JMethodImpl.exceptions
          The cached value of the 'Exceptions' reference list
protected  EList<JClass> JCompilationUnitImpl.importedTypes
          The cached value of the 'Imported Types' reference list
protected  EList<JClass> JClassImpl.superTypes
          The cached value of the 'Super Types' reference list
protected  EList<JClass> JClassImpl.types
           
protected  EList<JClass> JCompilationUnitImpl.types
          The cached value of the 'Types' containment reference list
protected  EList<JClass> JPackageImpl.types
          The cached value of the 'Types' reference list
 

Methods in org.eclipse.emf.java.impl that return JClass
 JClass JMethodImpl.basicGetReturnType()
           
 JClass JFieldImpl.basicGetType()
           
 JClass JParameterImpl.basicGetType()
           
 JClass JavaFactoryImpl.createJClass()
           
 JClass JClassImpl.getArrayType()
           
 JClass JClassImpl.getComponentType()
           
 JClass JMemberImpl.getContainingType()
           
 JClass JMethodImpl.getReturnType()
           
 JClass JFieldImpl.getType()
           
 JClass JParameterImpl.getType()
           
protected  JClass JCompilationUnitImpl.handlePackageImport(ResourceSet resourceSet, java.lang.String packageName, java.lang.String fullName)
           
 JClass JClassImpl.resolveJClass(java.lang.String fullName)
           
 JClass JCompilationUnitImpl.resolveJClass(java.lang.String fullName)
           
 

Methods in org.eclipse.emf.java.impl that return types with arguments of type JClass
 EList<JClass> JClassImpl.getAllSuperTypes()
           
 EList<JClass> JClassImpl.getAllTypes()
           
 EList<JClass> JMethodImpl.getExceptions()
           
 EList<JClass> JCompilationUnitImpl.getImportedTypes()
           
 EList<JClass> JClassImpl.getSuperTypes()
           
 EList<JClass> JClassImpl.getTypes()
           
 EList<JClass> JCompilationUnitImpl.getTypes()
           
 EList<JClass> JPackageImpl.getTypes()
           
 

Methods in org.eclipse.emf.java.impl with parameters of type JClass
 NotificationChain JClassImpl.basicSetArrayType(JClass newArrayType, NotificationChain msgs)
           
 NotificationChain JClassImpl.basicSetComponentType(JClass newComponentType, NotificationChain msgs)
           
 NotificationChain JMemberImpl.basicSetContainingType(JClass newContainingType, NotificationChain msgs)
           
protected static void JClassImpl.JHelper.handleJNode(JClass cls)
           
 void JClassImpl.setArrayType(JClass newArrayType)
           
 void JClassImpl.setComponentType(JClass newComponentType)
           
 void JMemberImpl.setContainingType(JClass newContainingType)
           
 void JMethodImpl.setReturnType(JClass newReturnType)
           
 void JFieldImpl.setType(JClass newType)
           
 void JParameterImpl.setType(JClass newType)
           
 

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

Methods in org.eclipse.emf.java.util that return JClass
static JClass JavaUtil.createJClassProxy(java.lang.Class<?> javaClass)
           
static JClass JavaUtil.createJClassProxy(java.lang.String className)
           
static JClass JavaUtil.createJClassProxy(URI javaSourceURI)
           
protected  JClass JavaPackageResourceImpl.demandLoad(java.lang.String packageName, java.lang.String typeName)
           
 

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

Uses of JClass in org.eclipse.emf.test.examples
 

Fields in org.eclipse.emf.test.examples declared as JClass
protected  JClass JavaTest.mainType
           
 


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