| Modifier and Type | Method and Description |
|---|---|
void |
ASTVisitor.endVisit(Argument argument,
BlockScope scope) |
void |
ASTVisitor.endVisit(Argument argument,
ClassScope scope) |
boolean |
ASTVisitor.visit(Argument argument,
BlockScope scope) |
boolean |
ASTVisitor.visit(Argument argument,
ClassScope scope) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AnnotationDiscoveryVisitor.visit(Argument argument,
BlockScope scope) |
| Modifier and Type | Field and Description |
|---|---|
Argument |
JavadocArgumentExpression.argument |
Argument[] |
AbstractMethodDeclaration.arguments |
Argument[] |
TryStatement.catchArguments |
| Modifier and Type | Field and Description |
|---|---|
Argument[] |
ExceptionHandlingFlowContext.catchArguments |
| Modifier and Type | Method and Description |
|---|---|
void |
ProblemReporter.argumentTypeCannotBeVoid(SourceTypeBinding type,
AbstractMethodDeclaration methodDecl,
Argument arg) |
void |
ProblemReporter.argumentTypeCannotBeVoidArray(Argument arg) |
void |
ProblemReporter.illegalExtendedDimensions(Argument argument) |
void |
ProblemReporter.illegalRedefinitionToNonNullParameter(Argument argument,
ReferenceBinding declaringClass,
char[][] inheritedAnnotationName) |
void |
ProblemReporter.illegalVararg(Argument argType,
AbstractMethodDeclaration methodDecl) |
void |
ProblemReporter.invalidUsageOfVarargs(Argument argument) |
void |
ProblemReporter.parameterLackingNonnullAnnotation(Argument argument,
ReferenceBinding declaringClass,
char[][] inheritedAnnotationName) |
void |
ProblemReporter.parameterLackingNullableAnnotation(Argument argument,
ReferenceBinding declaringClass,
char[][] inheritedAnnotationName) |
void |
ProblemReporter.redefineArgument(Argument arg) |
Copyright © 2013. All rights reserved.