Uses of Class
org.aspectj.org.eclipse.jdt.core.dom.EnumConstantDeclaration
Packages that use EnumConstantDeclaration
Package
Description
The Java DOM/AST is the set of classes that model the source code of a Java program
as a structured document.
-
Uses of EnumConstantDeclaration in org.aspectj.org.eclipse.jdt.core.dom
Methods in org.aspectj.org.eclipse.jdt.core.dom that return EnumConstantDeclarationModifier and TypeMethodDescriptionASTConverter.convert(FieldDeclaration enumConstant)Creates an unparented enum constant declaration node owned by this AST.Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type EnumConstantDeclarationModifier and TypeMethodDescriptionvoidASTVisitor.endVisit(EnumConstantDeclaration node)End of visit the given type-specific AST node.booleanASTMatcher.match(EnumConstantDeclaration node, Object other)Returns whether the given node and the other object match.protected voidAjASTConverter.setModifiers(EnumConstantDeclaration enumConstantDeclaration, FieldDeclaration fieldDeclaration)protected voidASTConverter.setModifiers(EnumConstantDeclaration enumConstantDeclaration, FieldDeclaration fieldDeclaration)booleanAjNaiveASTFlattener.visit(EnumConstantDeclaration node)booleanASTVisitor.visit(EnumConstantDeclaration node)Visits the given type-specific AST node. -
Uses of EnumConstantDeclaration in org.aspectj.org.eclipse.jdt.internal.core.dom
Methods in org.aspectj.org.eclipse.jdt.internal.core.dom with parameters of type EnumConstantDeclaration -
Uses of EnumConstantDeclaration in org.aspectj.org.eclipse.jdt.internal.core.dom.rewrite
Methods in org.aspectj.org.eclipse.jdt.internal.core.dom.rewrite with parameters of type EnumConstantDeclarationModifier and TypeMethodDescriptionbooleanASTRewriteAnalyzer.visit(EnumConstantDeclaration node)booleanASTRewriteFlattener.visit(EnumConstantDeclaration node) -
Uses of EnumConstantDeclaration in org.aspectj.org.eclipse.jdt.internal.core.nd.indexer
Methods in org.aspectj.org.eclipse.jdt.internal.core.nd.indexer with parameters of type EnumConstantDeclarationModifier and TypeMethodDescriptionvoidHierarchicalASTVisitor.endVisit(EnumConstantDeclaration node)booleanHierarchicalASTVisitor.visit(EnumConstantDeclaration node) -
Uses of EnumConstantDeclaration in org.aspectj.org.eclipse.jdt.internal.core.util
Methods in org.aspectj.org.eclipse.jdt.internal.core.util with parameters of type EnumConstantDeclaration -
Uses of EnumConstantDeclaration in org.aspectj.org.eclipse.jdt.internal.formatter
Methods in org.aspectj.org.eclipse.jdt.internal.formatter with parameters of type EnumConstantDeclarationModifier and TypeMethodDescriptionbooleanLineBreaksPreparator.visit(EnumConstantDeclaration node)booleanSpacePreparator.visit(EnumConstantDeclaration node) -
Uses of EnumConstantDeclaration in org.aspectj.org.eclipse.jdt.internal.formatter.linewrap
Methods in org.aspectj.org.eclipse.jdt.internal.formatter.linewrap with parameters of type EnumConstantDeclaration