Uses of Class
org.eclipse.jdt.core.dom.EnumDeclaration

Packages that use EnumDeclaration
org.eclipse.jdt.core.dom   
org.eclipse.jdt.internal.core.dom   
org.eclipse.jdt.internal.core.dom.rewrite   
org.eclipse.jdt.internal.core.util   
 

Uses of EnumDeclaration in org.eclipse.jdt.core.dom
 

Methods in org.eclipse.jdt.core.dom that return EnumDeclaration
 EnumDeclaration AST.newEnumDeclaration()
          Creates an unparented enum declaration node owned by this AST.
 

Methods in org.eclipse.jdt.core.dom with parameters of type EnumDeclaration
 void ASTVisitor.endVisit(EnumDeclaration node)
          End of visit the given type-specific AST node.
 boolean ASTMatcher.match(EnumDeclaration node, java.lang.Object other)
          Returns whether the given node and the other object match.
 boolean ASTVisitor.visit(EnumDeclaration node)
          Visits the given type-specific AST node.
 

Uses of EnumDeclaration in org.eclipse.jdt.internal.core.dom
 

Methods in org.eclipse.jdt.internal.core.dom with parameters of type EnumDeclaration
 boolean NaiveASTFlattener.visit(EnumDeclaration node)
           
 

Uses of EnumDeclaration in org.eclipse.jdt.internal.core.dom.rewrite
 

Methods in org.eclipse.jdt.internal.core.dom.rewrite with parameters of type EnumDeclaration
 boolean ASTRewriteAnalyzer.visit(EnumDeclaration node)
           
 boolean ASTRewriteFlattener.visit(EnumDeclaration node)
           
 

Uses of EnumDeclaration in org.eclipse.jdt.internal.core.util
 

Methods in org.eclipse.jdt.internal.core.util with parameters of type EnumDeclaration
 boolean DOMFinder.visit(EnumDeclaration node)