Uses of Class
org.aspectj.org.eclipse.jdt.internal.compiler.ast.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
Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type PatternModifier and TypeMethodDescriptionprotected 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 NullLiteral -
Uses of Pattern in org.aspectj.org.eclipse.jdt.internal.compiler
Methods in org.aspectj.org.eclipse.jdt.internal.compiler with parameters of type PatternModifier and TypeMethodDescriptionvoidASTVisitor.endVisit(Pattern patternExpression, BlockScope scope) booleanASTVisitor.visit(Pattern patternExpression, BlockScope scope) -
Uses of Pattern in org.aspectj.org.eclipse.jdt.internal.compiler.ast
Subclasses of Pattern in org.aspectj.org.eclipse.jdt.internal.compiler.astFields in org.aspectj.org.eclipse.jdt.internal.compiler.ast declared as PatternMethods in org.aspectj.org.eclipse.jdt.internal.compiler.ast with parameters of type PatternModifier and TypeMethodDescriptionbooleanabstract booleanbooleanConstructors in org.aspectj.org.eclipse.jdt.internal.compiler.ast with parameters of type PatternModifierConstructorDescriptionGuardedPattern(Pattern primaryPattern, Expression conditionalAndExpression) InstanceOfExpression(Expression expression, Pattern pattern)