Uses of Class
org.aspectj.org.eclipse.jdt.internal.compiler.parser.Parser
Packages that use Parser
Package
Description
-
Uses of Parser in org.aspectj.ajdt.internal.compiler.ast
Fields in org.aspectj.ajdt.internal.compiler.ast declared as ParserMethods in org.aspectj.ajdt.internal.compiler.ast with parameters of type ParserModifier and TypeMethodDescriptionPseudoTokens.maybeParseDominatesPattern(Parser parser) PseudoTokens.parseAnnotationDeclare(Parser parser) PseudoTokens.parseDeclare(Parser parser) PseudoTokens.parsePerClause(Parser parser) PseudoTokens.parsePointcut(Parser parser) voidDeclareDeclaration.parseStatements(Parser parser, CompilationUnitDeclaration unit) voidIfMethodDeclaration.parseStatements(Parser parser, CompilationUnitDeclaration unit) voidInterTypeConstructorDeclaration.parseStatements(Parser parser, CompilationUnitDeclaration unit) voidInterTypeFieldDeclaration.parseStatements(Parser parser, CompilationUnitDeclaration unit) voidInterTypeMethodDeclaration.parseStatements(Parser parser, CompilationUnitDeclaration unit) voidPointcutDeclaration.parseStatements(Parser parser, CompilationUnitDeclaration unit) Constructors in org.aspectj.ajdt.internal.compiler.ast with parameters of type ParserModifierConstructorDescriptionIfPseudoToken(Parser parser, Expression expr) PointcutDesignator(Parser parser, PseudoTokens tokens) PseudoToken(Parser parser, String value, boolean isIdentifier) Constructor for PointcutDesignatorToken. -
Uses of Parser in org.aspectj.ajdt.internal.compiler.parser
Methods in org.aspectj.ajdt.internal.compiler.parser with parameters of type ParserModifier and TypeMethodDescriptionDeclarationFactory.createDeclareAnnotationDeclaration(CompilationResult result, ASTNode pseudoTokens, Annotation annotation, Parser parser, char kind) DeclarationFactory.createDeclareDeclaration(CompilationResult result, ASTNode pseudoTokens, Parser parser) DeclarationFactory.createIfPseudoToken(Parser parser, Expression expr) DeclarationFactory.createPointcutDesignator(Parser parser, ASTNode pseudoTokens) DeclarationFactory.createPseudoToken(Parser parser, String value, boolean isIdentifier) voidDeclarationFactory.setDominatesPatternFrom(TypeDeclaration aspectDecl, ASTNode pseudoTokens, Parser parser) voidDeclarationFactory.setPerClauseFrom(TypeDeclaration aspectDecl, ASTNode pseudoTokens, Parser parser) -
Uses of Parser in org.aspectj.org.eclipse.jdt.internal.codeassist
Constructors in org.aspectj.org.eclipse.jdt.internal.codeassist with parameters of type ParserModifierConstructorDescriptionCompletionUnitStructureRequestor(ICompilationUnit unit, CompilationUnitElementInfo unitInfo, Parser parser, ASTNode assistNode, Map<JavaElement, Binding> bindingCache, Map<Binding, JavaElement> elementCache, Map<ASTNode, JavaElement> elementWithProblemCache, Map<IJavaElement, IElementInfo> newElements) -
Uses of Parser in org.aspectj.org.eclipse.jdt.internal.codeassist.complete
Subclasses of Parser in org.aspectj.org.eclipse.jdt.internal.codeassist.completeMethods in org.aspectj.org.eclipse.jdt.internal.codeassist.complete with parameters of type Parser -
Uses of Parser in org.aspectj.org.eclipse.jdt.internal.codeassist.impl
Subclasses of Parser in org.aspectj.org.eclipse.jdt.internal.codeassist.implMethods in org.aspectj.org.eclipse.jdt.internal.codeassist.impl with parameters of type Parser -
Uses of Parser in org.aspectj.org.eclipse.jdt.internal.codeassist.select
Subclasses of Parser in org.aspectj.org.eclipse.jdt.internal.codeassist.select -
Uses of Parser in org.aspectj.org.eclipse.jdt.internal.compiler
Subclasses of Parser in org.aspectj.org.eclipse.jdt.internal.compilerModifier and TypeClassDescriptionclassclassA source element parser extracts structural and reference information from a piece of source.Fields in org.aspectj.org.eclipse.jdt.internal.compiler declared as ParserConstructors in org.aspectj.org.eclipse.jdt.internal.compiler with parameters of type Parser -
Uses of Parser in org.aspectj.org.eclipse.jdt.internal.compiler.ast
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.ast with parameters of type ParserModifier and TypeMethodDescriptionbooleanTypeDeclaration.checkConstructors(Parser parser) Check for constructor vs.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.voidTypeDeclaration.parseMethods(Parser parser, CompilationUnitDeclaration unit) abstract voidAbstractMethodDeclaration.parseStatements(Parser parser, CompilationUnitDeclaration unit) Fill up the method body with statementvoidAnnotationMethodDeclaration.parseStatements(Parser parser, CompilationUnitDeclaration unit) voidClinit.parseStatements(Parser parser, CompilationUnitDeclaration unit) voidConstructorDeclaration.parseStatements(Parser parser, CompilationUnitDeclaration unit) voidInitializer.parseStatements(Parser parser, TypeDeclaration typeDeclaration, CompilationUnitDeclaration unit) voidMethodDeclaration.parseStatements(Parser parser, CompilationUnitDeclaration unit) -
Uses of Parser in org.aspectj.org.eclipse.jdt.internal.compiler.batch
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.batch that return ParserMethods in org.aspectj.org.eclipse.jdt.internal.compiler.batch with parameters of type ParserModifier and TypeMethodDescriptionprotected static FileSystem.ClasspathModuleFinder.findModule(File file, String destinationPath, Parser parser, Map<String, String> options, boolean isModulepath, String release) static List<FileSystem.Classpath> ModuleFinder.findModules(File f, String destinationPath, Parser parser, Map<String, String> options, boolean isModulepath, String release) protected static IModuleModuleFinder.scanForModule(FileSystem.Classpath modulePath, File file, Parser parser, boolean considerAutoModules, String release) voidFileSystem.scanForModules(Parser parser) TESTS ONLYprotected static voidModuleFinder.scanForModules(String destinationPath, Parser parser, Map<String, String> options, boolean isModulepath, boolean thisAnAutomodule, List<FileSystem.Classpath> collector, File file, String release) Method parameters in org.aspectj.org.eclipse.jdt.internal.compiler.batch with type arguments of type ParserModifier and TypeMethodDescriptionstatic IModuleClasspathJsr199.extractModuleFromFileObject(JavaFileObject javaFileObject, Supplier<Parser> parserSupplier, FileSystem.Classpath pathEntry, String encoding) Constructor parameters in org.aspectj.org.eclipse.jdt.internal.compiler.batch with type arguments of type ParserModifierConstructorDescriptionClasspathJsr199(JavaFileManager fileManager, JavaFileManager.Location location, Set<JavaFileObject> initialJavaFileObjects, Supplier<Parser> parserSupplier) Constructor for mapping SOURCE_PATH to ClasspathLocation. -
Uses of Parser in org.aspectj.org.eclipse.jdt.internal.compiler.parser
Fields in org.aspectj.org.eclipse.jdt.internal.compiler.parser declared as ParserModifier and TypeFieldDescriptionprotected ParserRecoveredElement.recoveringParserprotected ParserAbstractCommentParser.sourceParserMethods in org.aspectj.org.eclipse.jdt.internal.compiler.parser that return ParserMethods in org.aspectj.org.eclipse.jdt.internal.compiler.parser with parameters of type ParserModifier and TypeMethodDescriptionvoidParser.IDeclarationFactory.createDeclareAnnotationDeclaration(CompilationResult result, ASTNode pseudoTokens, Annotation annotation, Parser parser, char kind) Parser.IDeclarationFactory.createDeclareDeclaration(CompilationResult result, ASTNode pseudoTokens, Parser parser) Parser.IDeclarationFactory.createIfPseudoToken(Parser parser, Expression expr) Parser.IDeclarationFactory.createPointcutDesignator(Parser parser, ASTNode pseudoTokens) Parser.IDeclarationFactory.createPseudoToken(Parser parser, String value, boolean isIdentifier) voidParser.IDeclarationFactory.setDominatesPatternFrom(TypeDeclaration aspectDecl, ASTNode pseudoTokens, Parser parser) voidParser.IDeclarationFactory.setPerClauseFrom(TypeDeclaration aspectDecl, ASTNode pseudoTokens, Parser parser) Constructors in org.aspectj.org.eclipse.jdt.internal.compiler.parser with parameters of type ParserModifierConstructorDescriptionprotectedAbstractCommentParser(Parser sourceParser) JavadocParser(Parser sourceParser) RecoveredElement(RecoveredElement parent, int bracketBalance, Parser parser) RecoveredField(FieldDeclaration fieldDeclaration, RecoveredElement parent, int bracketBalance, Parser parser) RecoveredInitializer(FieldDeclaration fieldDeclaration, RecoveredElement parent, int bracketBalance, Parser parser) RecoveredMethod(AbstractMethodDeclaration methodDeclaration, RecoveredElement parent, int bracketBalance, Parser parser) RecoveredUnit(CompilationUnitDeclaration unitDeclaration, int bracketBalance, Parser parser) -
Uses of Parser in org.aspectj.org.eclipse.jdt.internal.compiler.parser.diagnose
Constructors in org.aspectj.org.eclipse.jdt.internal.compiler.parser.diagnose with parameters of type ParserModifierConstructorDescriptionDiagnoseParser(Parser parser, TerminalToken firstToken, int start, int end, int[] intervalStartToSkip, int[] intervalEndToSkip, int[] intervalFlagsToSkip, CompilerOptions options) DiagnoseParser(Parser parser, TerminalToken firstToken, int start, int end, CompilerOptions options) -
Uses of Parser in org.aspectj.org.eclipse.jdt.internal.compiler.problem
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.problem with parameters of type ParserModifier and TypeMethodDescriptionvoidProblemReporter.scannerError(Parser parser, String errorTokenName) -
Uses of Parser in org.aspectj.org.eclipse.jdt.internal.core
Fields in org.aspectj.org.eclipse.jdt.internal.core declared as Parser -
Uses of Parser in org.aspectj.org.eclipse.jdt.internal.core.builder
Methods in org.aspectj.org.eclipse.jdt.internal.core.builder with parameters of type ParserModifier and TypeMethodDescriptionvoidClasspathMultiDirectory.acceptModuleInfo(ICompilationUnit cu, Parser parser) -
Uses of Parser in org.aspectj.org.eclipse.jdt.internal.core.search.indexing
Subclasses of Parser in org.aspectj.org.eclipse.jdt.internal.core.search.indexing -
Uses of Parser in org.aspectj.org.eclipse.jdt.internal.core.search.matching
Subclasses of Parser in org.aspectj.org.eclipse.jdt.internal.core.search.matchingModifier and TypeClassDescriptionclassA parser that locates ast nodes that match a given search pattern.Methods in org.aspectj.org.eclipse.jdt.internal.core.search.matching that return Parser -
Uses of Parser in org.aspectj.org.eclipse.jdt.internal.core.util
Subclasses of Parser in org.aspectj.org.eclipse.jdt.internal.core.utilModifier and TypeClassDescriptionclassInternal parser used for parsing source to create DOM AST nodes. -
Uses of Parser in org.aspectj.org.eclipse.jdt.internal.eval
Subclasses of Parser in org.aspectj.org.eclipse.jdt.internal.eval