Uses of Class
org.aspectj.org.eclipse.jdt.internal.compiler.ast.Argument
Packages that use Argument
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 Argument in org.aspectj.ajdt.internal.compiler
Methods in org.aspectj.ajdt.internal.compiler with parameters of type ArgumentModifier and TypeMethodDescriptionprotected StringBuilderCommonPrinter.printArgument(Argument argument) -
Uses of Argument in org.aspectj.ajdt.internal.compiler.ast
Fields in org.aspectj.ajdt.internal.compiler.ast declared as ArgumentMethods in org.aspectj.ajdt.internal.compiler.ast that return ArgumentModifier and TypeMethodDescriptionstatic Argument[]AdviceDeclaration.addTjpArguments(Argument[] arguments, TypeDeclaration containingTypeDec) static Argument[]AstUtil.copyArguments(Argument[] inArgs) static Argument[]static ArgumentAstUtil.makeFinalArgument(char[] name, TypeBinding typeBinding) Methods in org.aspectj.ajdt.internal.compiler.ast with parameters of type ArgumentModifier and TypeMethodDescriptionstatic Argument[]AdviceDeclaration.addTjpArguments(Argument[] arguments, TypeDeclaration containingTypeDec) static Argument[]AstUtil.copyArguments(Argument[] inArgs) static Argument[] -
Uses of Argument in org.aspectj.ajdt.internal.compiler.parser
Methods in org.aspectj.ajdt.internal.compiler.parser with parameters of type ArgumentModifier and TypeMethodDescriptionvoidDeclarationFactory.setExtraArgument(MethodDeclaration adviceDeclaration, Argument arg) -
Uses of Argument in org.aspectj.org.eclipse.jdt.core.dom
Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type ArgumentModifier and TypeMethodDescriptionprotected voidAjASTConverter.setModifiers(SingleVariableDeclaration variableDecl, Argument argument) protected voidASTConverter.setModifiers(SingleVariableDeclaration variableDecl, Argument argument) -
Uses of Argument in org.aspectj.org.eclipse.jdt.internal.codeassist
Methods in org.aspectj.org.eclipse.jdt.internal.codeassist with parameters of type ArgumentModifier and TypeMethodDescriptionvoidUnresolvedReferenceNameFinder.endVisit(Argument argument, BlockScope blockScope) voidUnresolvedReferenceNameFinder.endVisit(Argument argument, ClassScope classScope) protected char[][][]CompletionElementNotifier.getArguments(Argument[] arguments) -
Uses of Argument in org.aspectj.org.eclipse.jdt.internal.codeassist.complete
Subclasses of Argument in org.aspectj.org.eclipse.jdt.internal.codeassist.completeMethods in org.aspectj.org.eclipse.jdt.internal.codeassist.complete that return ArgumentConstructors in org.aspectj.org.eclipse.jdt.internal.codeassist.complete with parameters of type ArgumentModifierConstructorDescriptionCompletionOnArgumentName(Argument typeElidedArgument, long posNom) For type elided lambda argument -
Uses of Argument in org.aspectj.org.eclipse.jdt.internal.codeassist.select
Subclasses of Argument in org.aspectj.org.eclipse.jdt.internal.codeassist.selectMethods in org.aspectj.org.eclipse.jdt.internal.codeassist.select that return Argument -
Uses of Argument in org.aspectj.org.eclipse.jdt.internal.compiler
Methods in org.aspectj.org.eclipse.jdt.internal.compiler with parameters of type ArgumentModifier and TypeMethodDescriptionvoidASTVisitor.endVisit(Argument argument, BlockScope scope) voidASTVisitor.endVisit(Argument argument, ClassScope scope) protected Object[][]SourceElementNotifier.getArgumentInfos(Argument[] arguments) booleanASTVisitor.visit(Argument argument, BlockScope scope) booleanASTVisitor.visit(Argument argument, ClassScope scope) booleanGenericAstVisitor.visit(Argument argument, BlockScope scope) booleanGenericAstVisitor.visit(Argument argument, ClassScope scope) -
Uses of Argument 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 ArgumentModifier and TypeMethodDescriptionbooleanAnnotationDiscoveryVisitor.visit(Argument argument, BlockScope scope) -
Uses of Argument in org.aspectj.org.eclipse.jdt.internal.compiler.ast
Subclasses of Argument in org.aspectj.org.eclipse.jdt.internal.compiler.astFields in org.aspectj.org.eclipse.jdt.internal.compiler.ast declared as ArgumentModifier and TypeFieldDescriptionJavadocArgumentExpression.argumentArgument[]AbstractMethodDeclaration.argumentsArgument[]LambdaExpression.argumentsArgument[]TryStatement.catchArgumentsstatic final Argument[]ASTNode.NO_ARGUMENTSMethods in org.aspectj.org.eclipse.jdt.internal.compiler.ast that return ArgumentMethods in org.aspectj.org.eclipse.jdt.internal.compiler.ast with parameters of type Argument -
Uses of Argument in org.aspectj.org.eclipse.jdt.internal.compiler.flow
Fields in org.aspectj.org.eclipse.jdt.internal.compiler.flow declared as Argument -
Uses of Argument in org.aspectj.org.eclipse.jdt.internal.compiler.parser
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.parser that return ArgumentMethods in org.aspectj.org.eclipse.jdt.internal.compiler.parser with parameters of type ArgumentModifier and TypeMethodDescriptionvoidParser.IDeclarationFactory.setExtraArgument(MethodDeclaration adviceDeclaration, Argument arg) -
Uses of Argument in org.aspectj.org.eclipse.jdt.internal.compiler.problem
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.problem with parameters of type ArgumentModifier and TypeMethodDescriptionvoidProblemReporter.argumentTypeCannotBeVoid(ASTNode methodDecl, Argument arg) voidProblemReporter.argumentTypeCannotBeVoidArray(Argument arg) voidProblemReporter.illegalModifiersForElidedType(Argument argument) voidProblemReporter.illegalParameterRedefinition(Argument argument, ReferenceBinding declaringClass, TypeBinding inheritedParameter) voidProblemReporter.illegalRedefinitionToNonNullParameter(Argument argument, ReferenceBinding declaringClass, char[][] inheritedAnnotationName) voidProblemReporter.illegalSourceLevelForThis(Argument argument) voidProblemReporter.illegalThis(Argument argument) voidProblemReporter.illegalThisDeclaration(Argument argument) voidProblemReporter.illegalVararg(Argument argType, AbstractMethodDeclaration methodDecl) voidProblemReporter.illegalVarargInLambda(Argument argType) voidProblemReporter.lambdaParameterTypeMismatched(Argument argument, TypeReference type, TypeBinding expectedParameterType) voidProblemReporter.lambdaRedeclaresArgument(Argument argument) voidProblemReporter.overrideReducingParamterOwning(Argument argument) voidProblemReporter.parameterLackingNonnullAnnotation(Argument argument, ReferenceBinding declaringClass, char[][] inheritedAnnotationName) voidProblemReporter.parameterLackingNullableAnnotation(Argument argument, ReferenceBinding declaringClass, char[][] inheritedAnnotationName) voidProblemReporter.recordIllegalParameterNameInCanonicalConstructor(RecordComponentBinding comp, Argument arg) voidProblemReporter.redefineArgument(Argument arg)