类 org.eclipse.jdt.internal.compiler.ast.Argument
的使用

使用 Argument 的软件包
org.eclipse.jdt.internal.compiler   
org.eclipse.jdt.internal.compiler.apt.dispatch   
org.eclipse.jdt.internal.compiler.ast   
org.eclipse.jdt.internal.compiler.flow   
org.eclipse.jdt.internal.compiler.problem   
 

org.eclipse.jdt.internal.compilerArgument 的使用
 

参数类型为 Argumentorg.eclipse.jdt.internal.compiler 中的方法
 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)
           
 

org.eclipse.jdt.internal.compiler.apt.dispatchArgument 的使用
 

参数类型为 Argumentorg.eclipse.jdt.internal.compiler.apt.dispatch 中的方法
 boolean AnnotationDiscoveryVisitor.visit(Argument argument, BlockScope scope)
           
 

org.eclipse.jdt.internal.compiler.astArgument 的使用
 

声明为 Argumentorg.eclipse.jdt.internal.compiler.ast 中的字段
 Argument JavadocArgumentExpression.argument
           
 Argument[] AbstractMethodDeclaration.arguments
           
 Argument[] TryStatement.catchArguments
           
 

org.eclipse.jdt.internal.compiler.flowArgument 的使用
 

声明为 Argumentorg.eclipse.jdt.internal.compiler.flow 中的字段
 Argument[] ExceptionHandlingFlowContext.catchArguments
           
 

参数类型为 Argumentorg.eclipse.jdt.internal.compiler.flow 中的构造方法
ExceptionHandlingFlowContext(FlowContext parent, ASTNode associatedNode, ReferenceBinding[] handledExceptions, int[] exceptionToCatchBlockMap, Argument[] catchArguments, FlowContext initializationParent, BlockScope scope, UnconditionalFlowInfo flowInfo)
           
 

org.eclipse.jdt.internal.compiler.problemArgument 的使用
 

参数类型为 Argumentorg.eclipse.jdt.internal.compiler.problem 中的方法
 void ProblemReporter.argumentTypeCannotBeVoid(SourceTypeBinding type, AbstractMethodDeclaration methodDecl, Argument arg)
           
 void ProblemReporter.argumentTypeCannotBeVoidArray(Argument arg)
           
 void ProblemReporter.illegalExtendedDimensions(Argument argument)
           
 void ProblemReporter.illegalVararg(Argument argType, AbstractMethodDeclaration methodDecl)
           
 void ProblemReporter.invalidUsageOfVarargs(Argument argument)
           
 void ProblemReporter.redefineArgument(Argument arg)
           
 



Copyright © 2013. All Rights Reserved.