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.astModifier and TypeClassDescriptionclassclassclassclassFields in org.aspectj.org.eclipse.jdt.internal.compiler.ast declared as PatternModifier and TypeFieldDescriptionInstanceOfExpression.patternPattern[]RecordPattern.patternsGuardedPattern.primaryPatternMethods in org.aspectj.org.eclipse.jdt.internal.compiler.ast that return PatternModifier and TypeMethodDescriptionPattern[]EitherOrMultiPattern.getAlternatives()Pattern[]GuardedPattern.getAlternatives()Pattern[]Pattern.getAlternatives()Pattern.getEnclosingPattern()Methods in org.aspectj.org.eclipse.jdt.internal.compiler.ast with parameters of type PatternModifier and TypeMethodDescriptionbooleanbooleanabstract booleanbooleanbooleanConstructors in org.aspectj.org.eclipse.jdt.internal.compiler.ast with parameters of type PatternModifierConstructorDescriptionEitherOrMultiPattern(Pattern[] patterns) GuardedPattern(Pattern primaryPattern, Expression condition) InstanceOfExpression(Expression expression, Pattern pattern) -
Uses of Pattern in org.aspectj.org.eclipse.jdt.internal.compiler.parser
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.parser with parameters of type PatternModifier and TypeMethodDescriptionprotected ExpressionParser.consumePatternInsideInstanceof(Pattern pattern)