Uses of Class
org.aspectj.org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration
Packages that use ConstructorDeclaration
Package
Description
-
Uses of ConstructorDeclaration in org.aspectj.ajdt.internal.compiler
Methods in org.aspectj.ajdt.internal.compiler with parameters of type ConstructorDeclarationModifier and TypeMethodDescriptionprotected StringBuilderCommonPrinter.printConstructorDeclaration(ConstructorDeclaration amd, int tab) -
Uses of ConstructorDeclaration in org.aspectj.ajdt.internal.compiler.ast
Subclasses of ConstructorDeclaration in org.aspectj.ajdt.internal.compiler.astModifier and TypeClassDescriptionclassRoot class for all ConstructorDeclaration objects created by the parser.Methods in org.aspectj.ajdt.internal.compiler.ast with parameters of type ConstructorDeclarationModifier and TypeMethodDescriptionvoidMakeDeclsPublicVisitor.endVisit(ConstructorDeclaration decl, ClassScope scope) -
Uses of ConstructorDeclaration in org.aspectj.ajdt.internal.compiler.parser
Methods in org.aspectj.ajdt.internal.compiler.parser that return ConstructorDeclarationModifier and TypeMethodDescriptionDeclarationFactory.createConstructorDeclaration(CompilationResult result) -
Uses of ConstructorDeclaration in org.aspectj.ajdt.internal.core.builder
Methods in org.aspectj.ajdt.internal.core.builder with parameters of type ConstructorDeclarationModifier and TypeMethodDescriptionvoidAsmHierarchyBuilder.endVisit(ConstructorDeclaration constructorDeclaration, ClassScope scope) booleanAsmHierarchyBuilder.visit(ConstructorDeclaration constructorDeclaration, ClassScope scope) -
Uses of ConstructorDeclaration in org.aspectj.org.eclipse.jdt.internal.codeassist
Methods in org.aspectj.org.eclipse.jdt.internal.codeassist with parameters of type ConstructorDeclarationModifier and TypeMethodDescriptionvoidUnresolvedReferenceNameFinder.endVisit(ConstructorDeclaration constructorDeclaration, ClassScope classScope) booleanUnresolvedReferenceNameFinder.visit(ConstructorDeclaration constructorDeclaration, ClassScope classScope) -
Uses of ConstructorDeclaration in org.aspectj.org.eclipse.jdt.internal.codeassist.complete
Methods in org.aspectj.org.eclipse.jdt.internal.codeassist.complete with parameters of type ConstructorDeclarationModifier and TypeMethodDescriptionCompletionParser.convertToMethodDeclaration(ConstructorDeclaration c, CompilationResult compilationResult) voidCompletionNodeDetector.endVisit(ConstructorDeclaration constructorDeclaration, ClassScope scope) voidCompletionParser.parseBlockStatements(ConstructorDeclaration cd, CompilationUnitDeclaration unit) -
Uses of ConstructorDeclaration in org.aspectj.org.eclipse.jdt.internal.codeassist.impl
Methods in org.aspectj.org.eclipse.jdt.internal.codeassist.impl with parameters of type ConstructorDeclarationModifier and TypeMethodDescriptionvoidAssistParser.parseBlockStatements(ConstructorDeclaration cd, CompilationUnitDeclaration unit) Parse the block statements inside the given constructor declaration and try to complete at the cursor location. -
Uses of ConstructorDeclaration in org.aspectj.org.eclipse.jdt.internal.compiler
Methods in org.aspectj.org.eclipse.jdt.internal.compiler with parameters of type ConstructorDeclarationModifier and TypeMethodDescriptionSourceElementParser.convertToMethodDeclaration(ConstructorDeclaration c, CompilationResult compilationResult) voidASTVisitor.endVisit(ConstructorDeclaration constructorDeclaration, ClassScope scope) booleanASTVisitor.visit(ConstructorDeclaration constructorDeclaration, ClassScope scope) booleanGenericAstVisitor.visit(ConstructorDeclaration constructorDeclaration, ClassScope scope) -
Uses of ConstructorDeclaration 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 ConstructorDeclarationModifier and TypeMethodDescriptionbooleanAnnotationDiscoveryVisitor.visit(ConstructorDeclaration constructorDeclaration, ClassScope scope) -
Uses of ConstructorDeclaration in org.aspectj.org.eclipse.jdt.internal.compiler.ast
Subclasses of ConstructorDeclaration in org.aspectj.org.eclipse.jdt.internal.compiler.astMethods in org.aspectj.org.eclipse.jdt.internal.compiler.ast that return ConstructorDeclarationModifier and TypeMethodDescriptionTypeDeclaration.createDefaultConstructor(boolean needExplicitConstructorCall, boolean needToInsert) TypeDeclaration.createDefaultConstructorForRecord(boolean needExplicitConstructorCall, boolean needToInsert) TypeDeclaration.getConstructor(Parser parser) This is applicable only for records - ideally get the canonical constructor, if not get a constructor and at the client side tentatively marked as canonical constructor which gets checked at the binding time. -
Uses of ConstructorDeclaration in org.aspectj.org.eclipse.jdt.internal.compiler.parser
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.parser that return ConstructorDeclarationModifier and TypeMethodDescriptionParser.IDeclarationFactory.createConstructorDeclaration(CompilationResult result) Methods in org.aspectj.org.eclipse.jdt.internal.compiler.parser with parameters of type ConstructorDeclarationModifier and TypeMethodDescriptionParser.convertToMethodDeclaration(ConstructorDeclaration c, CompilationResult compilationResult) voidParser.parse(ConstructorDeclaration cd, CompilationUnitDeclaration unit, boolean recordLineSeparator) -
Uses of ConstructorDeclaration in org.aspectj.org.eclipse.jdt.internal.compiler.problem
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.problem with parameters of type ConstructorDeclarationModifier and TypeMethodDescriptionvoidProblemReporter.annotationTypeDeclarationCannotHaveConstructor(ConstructorDeclaration constructorDeclaration) voidProblemReporter.interfaceCannotHaveConstructors(ConstructorDeclaration constructor) voidProblemReporter.unusedPrivateConstructor(ConstructorDeclaration constructorDecl) -
Uses of ConstructorDeclaration in org.aspectj.org.eclipse.jdt.internal.core.search.matching
Methods in org.aspectj.org.eclipse.jdt.internal.core.search.matching with parameters of type ConstructorDeclarationModifier and TypeMethodDescriptionintAndLocator.match(ConstructorDeclaration node, MatchingNodeSet nodeSet) intConstructorLocator.match(ConstructorDeclaration node, MatchingNodeSet nodeSet) intOrLocator.match(ConstructorDeclaration node, MatchingNodeSet nodeSet) intPatternLocator.match(ConstructorDeclaration node, MatchingNodeSet nodeSet) protected intConstructorLocator.matchLevelForDeclarations(ConstructorDeclaration constructor) protected intConstructorLocator.matchLevelForReferences(ConstructorDeclaration constructor) protected intConstructorLocator.resolveLevel(ConstructorDeclaration constructor, boolean checkDeclarations) booleanMatchLocatorParser.ClassButNoMethodDeclarationVisitor.visit(ConstructorDeclaration constructorDeclaration, ClassScope scope) booleanMatchLocatorParser.NoClassNoMethodDeclarationVisitor.visit(ConstructorDeclaration constructorDeclaration, ClassScope scope) booleanSuperTypeNamesCollector.TypeDeclarationVisitor.visit(ConstructorDeclaration constructorDeclaration, ClassScope scope) -
Uses of ConstructorDeclaration in org.aspectj.org.eclipse.jdt.internal.core.util
Methods in org.aspectj.org.eclipse.jdt.internal.core.util that return ConstructorDeclarationModifier and TypeMethodDescriptionCodeSnippetParsingUtil.parseStatements(char[] source, int offset, int length, Map<String, String> settings, boolean recordParsingInformation, boolean enabledStatementRecovery) CodeSnippetParsingUtil.parseStatements(char[] source, Map<String, String> settings, boolean recordParsingInformation, boolean enabledStatementRecovery)