Package org.eclipse.emf.codegen.merge.java.facade.ast

Class Summary
ASTFacadeHelper  
ASTFacadeHelper.ASTRewriteWithRemove  
ASTJAbstractType<T extends AbstractTypeDeclaration>  
ASTJAnnotation Wraps Annotation object.
ASTJAnnotationType Wraps AnnotationTypeDeclaration object.
ASTJAnnotationTypeMember  
ASTJCompilationUnit Wraps CompilationUnit object.
ASTJEnum  
ASTJEnumConstant  
ASTJField Represents a single variable in a field declaration.
ASTJImport Wraps ImportDeclaration object.
ASTJInitializer Wraps Initializer object.
ASTJMember<T extends BodyDeclaration> Each ASTJMember has a reference to BodyDeclaration as a wrapped object.
ASTJMethod Wraps MethodDeclaration object.
ASTJNode<T extends ASTNode> Each subclass of ASTJNode wraps subclass of ASTNode.
ASTJPackage Wraps PackageDeclaration object.
ASTJType Wraps TypeDeclaration object.
ASTNodeConverter  
CommentAwareSourceRangeComputer Class that computes the ranges for the nodes for use by ASTRewrite.
 


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