Uses of Class
org.aspectj.org.eclipse.jdt.core.dom.Pattern
Packages that use Pattern
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 Pattern in org.aspectj.org.eclipse.jdt.core.dom
Subclasses of Pattern in org.aspectj.org.eclipse.jdt.core.domModifier and TypeClassDescriptionclassGuardedPattern pattern AST node type.classNull Pattern node.classTypePattern pattern AST node type.Methods in org.aspectj.org.eclipse.jdt.core.dom that return PatternModifier and TypeMethodDescriptionASTConverter.convert(GuardedPattern pattern) ASTConverter.convert(TypePattern pattern) protected PatternASTConverter.createFakeNullPattern(Pattern pattern) Warning: Callers of this method must ensure that the fake pattern node is not recorded inASTConverter.recordNodes(ASTNode, org.aspectj.org.eclipse.jdt.internal.compiler.ast.ASTNode),similar to fake NullLiteralGuardedPattern.getPattern()Returns the pattern of this Guarded Pattern, oremptyif there is none.Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type PatternModifier and TypeMethodDescriptionvoidGuardedPattern.setPattern(Pattern pattern) Sets the pattern of this switch case.