Uses of Package
org.eclipse.emf.codegen.merge.java.facade

Packages that use org.eclipse.emf.codegen.merge.java.facade
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.codegen.util   
org.eclipse.emf.importer.java.builder   
 

Classes in org.eclipse.emf.codegen.merge.java.facade used by org.eclipse.emf.codegen.merge.java
FacadeHelper
           
FacadeVisitor
           
JAbstractType
          Base interface for JType, JEnum, JAnnotationType.
JAnnotation
          Annotation as defined by JLS3 9.7.
JAnnotationTypeMember
          Annotation type element in the following format (JLS3 9.6): AbstractMethodModifiersopt Type Identifier ( ) DefaultValueopt ;
JCompilationUnit
          Represents an entire Java compilation unit (.java source file).
JEnumConstant
          Enum constant as described in JLS3 8.9.
JField
          Represents a field declaration.
JImport
          Represents an import declaration in Java compilation unit.
JInitializer
          Represents an initializer.
JMethod
          Represents a method declaration.
JNode
          Represents an entire Java compilation unit (.java source file).
JPackage
          Represents a package declaration.
 

Classes in org.eclipse.emf.codegen.merge.java.facade used by org.eclipse.emf.codegen.merge.java.facade
FacadeHelper
           
JAbstractType
          Base interface for JType, JEnum, JAnnotationType.
JAnnotation
          Annotation as defined by JLS3 9.7.
JAnnotationTypeMember
          Annotation type element in the following format (JLS3 9.6): AbstractMethodModifiersopt Type Identifier ( ) DefaultValueopt ;
JCompilationUnit
          Represents an entire Java compilation unit (.java source file).
JEnumConstant
          Enum constant as described in JLS3 8.9.
JField
          Represents a field declaration.
JImport
          Represents an import declaration in Java compilation unit.
JInitializer
          Represents an initializer.
JMember
          An JMember defines functionality common to nodes, which can be members of types.
JMethod
          Represents a method declaration.
JNode
          Represents an entire Java compilation unit (.java source file).
JPackage
          Represents a package declaration.
JType
          Represents a source type in a compilation unit, either as a top-level type or a member type.
NodeConverter
          Converts one node to another node type.
 

Classes in org.eclipse.emf.codegen.merge.java.facade used by org.eclipse.emf.codegen.merge.java.facade.ast
AbstractJNode
           
FacadeHelper
           
JAbstractType
          Base interface for JType, JEnum, JAnnotationType.
JAnnotation
          Annotation as defined by JLS3 9.7.
JAnnotationType
          Annotation type declaration as defined by JLS3 9.6.
JAnnotationTypeMember
          Annotation type element in the following format (JLS3 9.6): AbstractMethodModifiersopt Type Identifier ( ) DefaultValueopt ;
JCompilationUnit
          Represents an entire Java compilation unit (.java source file).
JEnum
          Enumeration declaration as described in JLS3 8.9.
JEnumConstant
          Enum constant as described in JLS3 8.9.
JField
          Represents a field declaration.
JImport
          Represents an import declaration in Java compilation unit.
JInitializer
          Represents an initializer.
JMember
          An JMember defines functionality common to nodes, which can be members of types.
JMethod
          Represents a method declaration.
JNode
          Represents an entire Java compilation unit (.java source file).
JPackage
          Represents a package declaration.
JType
          Represents a source type in a compilation unit, either as a top-level type or a member type.
NodeConverter
          Converts one node to another node type.
 

Classes in org.eclipse.emf.codegen.merge.java.facade used by org.eclipse.emf.codegen.merge.java.facade.jdom
AbstractJNode
           
FacadeHelper
           
JAbstractType
          Base interface for JType, JEnum, JAnnotationType.
JCompilationUnit
          Represents an entire Java compilation unit (.java source file).
JField
          Represents a field declaration.
JImport
          Represents an import declaration in Java compilation unit.
JInitializer
          Represents an initializer.
JMember
          An JMember defines functionality common to nodes, which can be members of types.
JMethod
          Represents a method declaration.
JNode
          Represents an entire Java compilation unit (.java source file).
JPackage
          Represents a package declaration.
JType
          Represents a source type in a compilation unit, either as a top-level type or a member type.
 

Classes in org.eclipse.emf.codegen.merge.java.facade used by org.eclipse.emf.codegen.util
FacadeHelper
           
 

Classes in org.eclipse.emf.codegen.merge.java.facade used by org.eclipse.emf.importer.java.builder
FacadeHelper
           
JCompilationUnit
          Represents an entire Java compilation unit (.java source file).
JEnum
          Enumeration declaration as described in JLS3 8.9.
JMember
          An JMember defines functionality common to nodes, which can be members of types.
JMethod
          Represents a method declaration.
JNode
          Represents an entire Java compilation unit (.java source file).
JType
          Represents a source type in a compilation unit, either as a top-level type or a member type.
 


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