Uses of Class
org.aspectj.org.eclipse.jdt.core.dom.PatternNode
Packages that use PatternNode
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 PatternNode in org.aspectj.org.eclipse.jdt.core.dom
Subclasses of PatternNode in org.aspectj.org.eclipse.jdt.core.domModifier and TypeClassDescriptionclassclassabstract TypePattern DOM AST node.classclassclassTODO: Add support for proper AnnotationPatterns instead of the annotation expressionclassclassDefaultTypePattern DOM AST node. has: nothing This class is a stub and should be deleted when concrete subclasses exist for all the different TypePattern's in AspectJ.classclassclassclassclassclassclassclassSignaturePattern DOM AST node. has: nothing For the moment this does nothing except enable us to set a SignaturePattern for the declare annotation declarationsclassclassMethods in org.aspectj.org.eclipse.jdt.core.dom that return PatternNodeModifier and TypeMethodDescriptionAjASTConverter.convert(PatternNode patternNode) DeclareAnnotationDeclaration.getPatternNode()Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type PatternNodeModifier and TypeMethodDescriptionvoidDeclareAnnotationDeclaration.setPatternNode(PatternNode pattern)