Uses of Class
org.aspectj.org.eclipse.jdt.core.dom.InterTypeFieldDeclaration
Packages that use InterTypeFieldDeclaration
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 InterTypeFieldDeclaration in org.aspectj.org.eclipse.jdt.core.dom
Methods in org.aspectj.org.eclipse.jdt.core.dom that return InterTypeFieldDeclarationModifier and TypeMethodDescriptionAjAST.newInterTypeFieldDeclaration()Creates a new unparented intertype field declaration node owned by this AST.Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type InterTypeFieldDeclarationModifier and TypeMethodDescriptionvoidAjASTVisitor.endVisit(InterTypeFieldDeclaration node) booleanAjASTMatcher.match(InterTypeFieldDeclaration node, Object other) protected voidAjASTConverter.setModifiers(InterTypeFieldDeclaration fieldDeclaration, InterTypeFieldDeclaration fieldDecl) booleanAjASTVisitor.visit(InterTypeFieldDeclaration node)