Uses of Class
org.aspectj.org.eclipse.jdt.core.dom.PointcutDesignator
Packages that use PointcutDesignator
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 PointcutDesignator in org.aspectj.org.eclipse.jdt.core.dom
Subclasses of PointcutDesignator in org.aspectj.org.eclipse.jdt.core.domModifier and TypeClassDescriptionclassAndPointcut DOM AST node.classCFlowPointcut DOM AST node.classDefaultPointcut DOM AST node. has: nothing This class is a stub and should be deleted when concrete subclasses exist for all the different types of pointcuts in AspectJ.classNotPointcut DOM AST node.classOrPointcut DOM AST node.classPerCflow DOM AST node.classOrPointcut DOM AST node.classOrPointcut DOM AST node.classReferencePointcut DOM AST node.Methods in org.aspectj.org.eclipse.jdt.core.dom that return PointcutDesignatorModifier and TypeMethodDescriptionCflowPointcut.getBody()NotPointcut.getBody()PerCflow.getBody()PerObject.getBody()PointcutDeclaration.getDesignator()AndPointcut.getLeft()OrPointcut.getLeft()AdviceDeclaration.getPointcut()DeclareErrorDeclaration.getPointcut()DeclareSoftDeclaration.getPointcut()DeclareWarningDeclaration.getPointcut()AndPointcut.getRight()OrPointcut.getRight()Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type PointcutDesignatorModifier and TypeMethodDescriptionvoidCflowPointcut.setBody(PointcutDesignator body) voidNotPointcut.setBody(PointcutDesignator body) voidPerCflow.setBody(PointcutDesignator body) voidPerObject.setBody(PointcutDesignator body) voidPointcutDeclaration.setDesignator(PointcutDesignator pointcutDesignator) voidAndPointcut.setLeft(PointcutDesignator left) voidOrPointcut.setLeft(PointcutDesignator left) voidAdviceDeclaration.setPointcut(PointcutDesignator pointcut) voidDeclareErrorDeclaration.setPointcut(PointcutDesignator pointcut) voidDeclareSoftDeclaration.setPointcut(PointcutDesignator pointcut) voidDeclareWarningDeclaration.setPointcut(PointcutDesignator pointcut) voidAndPointcut.setRight(PointcutDesignator right) voidOrPointcut.setRight(PointcutDesignator right)