Uses of Interface
org.eclipse.emf.codegen.merge.java.facade.JAbstractType

Packages that use JAbstractType
org.eclipse.emf.codegen.merge.java   
org.eclipse.emf.codegen.merge.java.facade   
org.eclipse.emf.codegen.merge.java.facade.ast   
org.eclipse.emf.codegen.merge.java.facade.jdom   
org.eclipse.emf.test.tools.merger.facade   
 

Uses of JAbstractType in org.eclipse.emf.codegen.merge.java
 

Fields in org.eclipse.emf.codegen.merge.java with type parameters of type JAbstractType
protected  java.util.Map<java.lang.String,JAbstractType> JPatternDictionary.abstractTypeMap
           
 

Methods in org.eclipse.emf.codegen.merge.java that return types with arguments of type JAbstractType
 java.util.Map<java.lang.String,JAbstractType> JPatternDictionary.getAbstractTypeMap()
           
 

Methods in org.eclipse.emf.codegen.merge.java with parameters of type JAbstractType
protected  JNode JMerger.convertTarget(JAbstractType targetAbstractType, java.lang.Class<? extends JAbstractType> sourceClass)
          Converts the target abstract type to be compatible with the given source node class
protected  boolean JMerger.PushSourceVisitor.visit(JAbstractType abstractType)
           
protected  boolean JPatternDictionary.visit(JAbstractType abstractType)
           
 

Method parameters in org.eclipse.emf.codegen.merge.java with type arguments of type JAbstractType
protected  JNode JMerger.convertTarget(JAbstractType targetAbstractType, java.lang.Class<? extends JAbstractType> sourceClass)
          Converts the target abstract type to be compatible with the given source node class
 

Uses of JAbstractType in org.eclipse.emf.codegen.merge.java.facade
 

Subinterfaces of JAbstractType in org.eclipse.emf.codegen.merge.java.facade
 interface JAnnotationType
          Annotation type declaration as defined by JLS3 9.6.
 interface JEnum
          Enumeration declaration as described in JLS3 8.9.
 interface JType
          Represents a source type in a compilation unit, either as a top-level type or a member type.
 

Methods in org.eclipse.emf.codegen.merge.java.facade that return JAbstractType
 JAbstractType NodeConverter.convert(JAbstractType abstractType, java.lang.Class<? extends JAbstractType> cls)
          Converts the specified abstract type to an instance of the given class and returns the converted node.
 

Methods in org.eclipse.emf.codegen.merge.java.facade with parameters of type JAbstractType
protected  java.lang.String AbstractJNode.computeQualifiedName(JAbstractType abstractType)
           
 JAbstractType NodeConverter.convert(JAbstractType abstractType, java.lang.Class<? extends JAbstractType> cls)
          Converts the specified abstract type to an instance of the given class and returns the converted node.
protected  boolean FacadeVisitor.visit(JAbstractType abstractType)
           
 

Method parameters in org.eclipse.emf.codegen.merge.java.facade with type arguments of type JAbstractType
 JAbstractType NodeConverter.convert(JAbstractType abstractType, java.lang.Class<? extends JAbstractType> cls)
          Converts the specified abstract type to an instance of the given class and returns the converted node.
 

Uses of JAbstractType in org.eclipse.emf.codegen.merge.java.facade.ast
 

Classes in org.eclipse.emf.codegen.merge.java.facade.ast that implement JAbstractType
 class ASTJAbstractType<T extends AbstractTypeDeclaration>
           
 class ASTJAnnotationType
          Wraps AnnotationTypeDeclaration object.
 class ASTJEnum
           
 class ASTJType
          Wraps TypeDeclaration object.
 

Methods in org.eclipse.emf.codegen.merge.java.facade.ast that return JAbstractType
 JAbstractType ASTNodeConverter.convert(JAbstractType abstractType, java.lang.Class<? extends JAbstractType> cls)
           
 

Methods in org.eclipse.emf.codegen.merge.java.facade.ast with parameters of type JAbstractType
 JAbstractType ASTNodeConverter.convert(JAbstractType abstractType, java.lang.Class<? extends JAbstractType> cls)
           
 

Method parameters in org.eclipse.emf.codegen.merge.java.facade.ast with type arguments of type JAbstractType
 JAbstractType ASTNodeConverter.convert(JAbstractType abstractType, java.lang.Class<? extends JAbstractType> cls)
           
 

Uses of JAbstractType in org.eclipse.emf.codegen.merge.java.facade.jdom
 

Classes in org.eclipse.emf.codegen.merge.java.facade.jdom that implement JAbstractType
 class JDOMJType
           
 

Uses of JAbstractType in org.eclipse.emf.test.tools.merger.facade
 

Methods in org.eclipse.emf.test.tools.merger.facade that return JAbstractType
protected  JAbstractType TypesTest.moveAndModifyExistingType(JAbstractType type)
          Moves existing type twice while testing and modifying all properties.
protected  JAbstractType TypesTest.moveAndModifyTypes()
          Performs everything on AnotherClass that TypesTest.moveAndModifyExistingType(JAbstractType) then clones AnotherClass, adds, removes and adds cloned AnotherClass.
 

Methods in org.eclipse.emf.test.tools.merger.facade with parameters of type JAbstractType
protected  void EnumsTest.clearAllPropertiesOfType(JAbstractType abstractType)
           
protected  void TypesTest.clearAllPropertiesOfType(JAbstractType abstractType)
           
protected  void EnumsTest.modifyType(JAbstractType abstractType, java.lang.String modificationId, int flags)
           
protected  void TypesTest.modifyType(JAbstractType abstractType, java.lang.String modificationId, int flags)
           
protected  JAbstractType TypesTest.moveAndModifyExistingType(JAbstractType type)
          Moves existing type twice while testing and modifying all properties.
protected  void EnumsTest.readOriginalType(JAbstractType abstractType)
           
protected  void TypesTest.readOriginalType(JAbstractType abstractType)
           
protected  void EnumsTest.readType(JAbstractType abstractType, java.lang.String modificationId, int flags)
           
protected  void TypesTest.readType(JAbstractType abstractType, java.lang.String modificationId, int flags)
           
 


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