Uses of Class
org.aspectj.org.eclipse.jdt.internal.compiler.ast.RecordPattern
Packages that use RecordPattern
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 RecordPattern in org.aspectj.org.eclipse.jdt.core.dom
Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type RecordPattern -
Uses of RecordPattern in org.aspectj.org.eclipse.jdt.internal.compiler
Methods in org.aspectj.org.eclipse.jdt.internal.compiler with parameters of type RecordPatternModifier and TypeMethodDescriptionvoidASTVisitor.endVisit(RecordPattern recordPattern, BlockScope scope) booleanASTVisitor.visit(RecordPattern recordPattern, BlockScope scope) -
Uses of RecordPattern in org.aspectj.org.eclipse.jdt.internal.compiler.ast
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.ast with parameters of type RecordPatternModifier and TypeMethodDescriptionvoidPattern.setEnclosingPattern(RecordPattern enclosingPattern) -
Uses of RecordPattern in org.aspectj.org.eclipse.jdt.internal.compiler.lookup
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.lookup with parameters of type RecordPatternModifier and TypeMethodDescriptionInferenceContext18.inferRecordPatternParameterization(RecordPattern recordPattern, BlockScope scope2, TypeBinding candidateT) -
Uses of RecordPattern in org.aspectj.org.eclipse.jdt.internal.compiler.problem
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.problem with parameters of type RecordPatternModifier and TypeMethodDescriptionvoidProblemReporter.cannotInferRecordPatternTypes(RecordPattern pattern)