Uses of Class
org.aspectj.org.eclipse.jdt.core.dom.TypePattern
Packages that use TypePattern
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 TypePattern in org.aspectj.org.eclipse.jdt.core.dom
Subclasses of TypePattern 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 TypePatternModifier and TypeMethodDescriptionAjASTConverter.convert(TypePattern weaverNode)protected TypePatternAjASTConverter.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 TypePatternModifier and TypeMethodDescriptionvoidDeclareParentsDeclaration.setChildTypePattern(TypePattern typePattern)voidDeclareSoftDeclaration.setTypePattern(TypePattern typePattern)