Uses of Class
org.aspectj.org.eclipse.jdt.internal.compiler.ast.RecordComponent
Packages that use RecordComponent
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 RecordComponent in org.aspectj.org.eclipse.jdt.core.dom
Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type RecordComponentModifier and TypeMethodDescriptionASTConverter.convert(RecordComponent component)protected voidASTConverter.setModifiers(SingleVariableDeclaration variableDecl, RecordComponent component) -
Uses of RecordComponent in org.aspectj.org.eclipse.jdt.internal.compiler
Methods in org.aspectj.org.eclipse.jdt.internal.compiler with parameters of type RecordComponentModifier and TypeMethodDescriptionvoidASTVisitor.endVisit(RecordComponent recordComponent, BlockScope scope)booleanASTVisitor.visit(RecordComponent recordComponent, BlockScope scope) -
Uses of RecordComponent in org.aspectj.org.eclipse.jdt.internal.compiler.apt.dispatch
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.apt.dispatch with parameters of type RecordComponentModifier and TypeMethodDescriptionbooleanAnnotationDiscoveryVisitor.visit(RecordComponent recordComponent, BlockScope scope) -
Uses of RecordComponent in org.aspectj.org.eclipse.jdt.internal.compiler.ast
Fields in org.aspectj.org.eclipse.jdt.internal.compiler.ast declared as RecordComponentModifier and TypeFieldDescriptionstatic RecordComponent[]ASTNode.NO_RECORD_COMPONENTSTypeDeclaration.recordComponentsMethods in org.aspectj.org.eclipse.jdt.internal.compiler.ast that return RecordComponentModifier and TypeMethodDescriptionTypeDeclaration.declarationOf(RecordComponentBinding recordComponentBinding)Find the matching parse node, answers null if nothing foundAbstractMethodDeclaration.getRecordComponent()MethodDeclaration.getRecordComponent() -
Uses of RecordComponent in org.aspectj.org.eclipse.jdt.internal.compiler.lookup
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.lookup that return RecordComponentModifier and TypeMethodDescriptionMethodBinding.sourceRecordComponent()RecordComponentBinding.sourceRecordComponent()Constructors in org.aspectj.org.eclipse.jdt.internal.compiler.lookup with parameters of type RecordComponentModifierConstructorDescriptionRecordComponentBinding(ReferenceBinding declaringRecord, RecordComponent declaration, TypeBinding type, int modifiers) -
Uses of RecordComponent in org.aspectj.org.eclipse.jdt.internal.compiler.problem
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.problem with parameters of type RecordComponentModifier and TypeMethodDescriptionvoidProblemReporter.recordComponentCannotBeVoid(RecordComponent arg)voidProblemReporter.recordComponentsCannotHaveModifiers(RecordComponent comp)voidProblemReporter.recordDuplicateComponent(RecordComponent recordComponent)voidProblemReporter.recordIllegalComponentNameInRecord(RecordComponent recComp, TypeDeclaration typeDecl)voidProblemReporter.recordIllegalVararg(RecordComponent argType, TypeDeclaration typeDecl)