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.codeassist.complete
Subclasses of RecordComponent in org.aspectj.org.eclipse.jdt.internal.codeassist.completeMethods in org.aspectj.org.eclipse.jdt.internal.codeassist.complete that return RecordComponentModifier and TypeMethodDescriptionprotected RecordComponentCompletionParser.createComponent(char[] identifierName, long namePositions, TypeReference type, int modifier, int declStart) -
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) booleanGenericAstVisitor.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 final 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()SyntheticMethodBinding.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.parser
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.parser that return RecordComponentModifier and TypeMethodDescriptionprotected RecordComponentParser.createComponent(char[] identifierName, long namePositions, TypeReference type, int modifier, int declStart) -
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) voidProblemReporter.safeVarargsOnOnSyntheticRecordAccessor(RecordComponent comp)