Uses of Class
org.aspectj.org.eclipse.jdt.core.dom.AbstractTypePattern
Packages that use AbstractTypePattern
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 AbstractTypePattern in org.aspectj.org.eclipse.jdt.core.dom
Subclasses of AbstractTypePattern in org.aspectj.org.eclipse.jdt.core.domModifier and TypeClassDescriptionclassclassclassclassTODO: Add support for proper AnnotationPatterns instead of the annotation expressionclassclassDefaultTypePattern DOM AST node.classclassclassclassclassclassclassclassclassMethods in org.aspectj.org.eclipse.jdt.core.dom that return AbstractTypePatternModifier and TypeMethodDescriptionAjASTConverter.convert(TypePattern weaverNode) protected AbstractTypePatternAjASTConverter.createIdentifierTypePattern(TypePattern weaverTypePattern) Creates an ExactType, WildType, or BindingType, or null if none of the three can be createdDeclareParentsDeclaration.getChildTypePattern()AbstractBooleanTypePattern.getLeft()NotTypePattern.getNegatedTypePattern()AbstractBooleanTypePattern.getRight()DeclareSoftDeclaration.getTypePattern()Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type AbstractTypePatternModifier and TypeMethodDescriptionvoidDeclareParentsDeclaration.setChildTypePattern(AbstractTypePattern typePattern) voidDeclareSoftDeclaration.setTypePattern(AbstractTypePattern typePattern)