Uses of Class
org.aspectj.org.eclipse.jdt.core.dom.SignaturePattern
Packages that use SignaturePattern
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 SignaturePattern in org.aspectj.org.eclipse.jdt.core.dom
Methods in org.aspectj.org.eclipse.jdt.core.dom that return SignaturePatternModifier and TypeMethodDescriptionAjASTConverter.convertSignature(ISignaturePattern patternNode) HasMemberTypePattern.getSignaturePattern()AjAST.newSignaturePattern()Creates an unparented default signature pattern node owned by this AST.Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type SignaturePatternModifier and TypeMethodDescriptionvoidAjASTVisitor.endVisit(SignaturePattern node) booleanAjASTMatcher.match(SignaturePattern node, Object other) booleanAjASTVisitor.visit(SignaturePattern node) Constructors in org.aspectj.org.eclipse.jdt.core.dom with parameters of type SignaturePattern