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   
 

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
           
 


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