Verwendungen von Klasse
org.aspectj.org.eclipse.jdt.core.dom.AbstractTypePattern
Packages, die AbstractTypePattern verwenden
Package
Beschreibung
The Java DOM/AST is the set of classes that model the source code of a Java program
as a structured document.
-
Verwendungen von AbstractTypePattern in org.aspectj.org.eclipse.jdt.core.dom
Unterklassen von AbstractTypePattern in org.aspectj.org.eclipse.jdt.core.domModifizierer und TypKlasseBeschreibungclassclassclassclassTODO: 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.classclassclassclassclassclassclassclassclassMethoden in org.aspectj.org.eclipse.jdt.core.dom, die AbstractTypePattern zurückgebenModifizierer und TypMethodeBeschreibungAjASTConverter.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()Methoden in org.aspectj.org.eclipse.jdt.core.dom mit Parametern vom Typ AbstractTypePatternModifizierer und TypMethodeBeschreibungvoidDeclareParentsDeclaration.setChildTypePattern(AbstractTypePattern typePattern) voidDeclareSoftDeclaration.setTypePattern(AbstractTypePattern typePattern)