| 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 | Class and Description |
|---|---|
class |
Receiver |
| Modifier and Type | Field and Description |
|---|---|
Argument |
JavadocArgumentExpression.argument |
Argument[] |
LambdaExpression.arguments |
Argument[] |
AbstractMethodDeclaration.arguments |
Argument[] |
TryStatement.catchArguments |
static Argument[] |
ASTNode.NO_ARGUMENTS |
| Modifier and Type | Method and Description |
|---|---|
Argument[] |
LambdaExpression.arguments() |
| Modifier and Type | Method and Description |
|---|---|
void |
LambdaExpression.setArguments(Argument[] arguments) |
| Modifier and Type | Field and Description |
|---|---|
Argument[] |
ExceptionHandlingFlowContext.catchArguments |
| Modifier and Type | Method and Description |
|---|---|
protected Argument |
Parser.typeElidedArgument() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProblemReporter.argumentTypeCannotBeVoid(ASTNode methodDecl,
Argument arg) |
void |
ProblemReporter.argumentTypeCannotBeVoidArray(Argument arg) |
void |
ProblemReporter.illegalExtendedDimensions(Argument argument) |
void |
ProblemReporter.illegalModifiersForElidedType(Argument argument) |
void |
ProblemReporter.illegalRedefinitionToNonNullParameter(Argument argument,
ReferenceBinding declaringClass,
char[][] inheritedAnnotationName) |
void |
ProblemReporter.illegalSourceLevelForThis(Argument argument) |
void |
ProblemReporter.illegalThis(Argument argument) |
void |
ProblemReporter.illegalThisDeclaration(Argument argument) |
void |
ProblemReporter.illegalVararg(Argument argType,
AbstractMethodDeclaration methodDecl) |
void |
ProblemReporter.illegalVarargInLambda(Argument argType) |
void |
ProblemReporter.invalidUsageOfVarargs(Argument argument) |
void |
ProblemReporter.lambdaParameterTypeMismatched(Argument argument,
TypeReference type,
TypeBinding expectedParameterType) |
void |
ProblemReporter.lambdaRedeclaresArgument(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 © 2015. All rights reserved.