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

使用 CompoundAssignment 的软件包
org.eclipse.jdt.internal.compiler   
org.eclipse.jdt.internal.compiler.ast   
org.eclipse.jdt.internal.compiler.problem   
 

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

参数类型为 CompoundAssignmentorg.eclipse.jdt.internal.compiler 中的方法
 void ASTVisitor.endVisit(CompoundAssignment compoundAssignment, BlockScope scope)
           
 boolean ASTVisitor.visit(CompoundAssignment compoundAssignment, BlockScope scope)
           
 

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

org.eclipse.jdt.internal.compiler.astCompoundAssignment 的子类
 class PostfixExpression
           
 class PrefixExpression
           
 

参数类型为 CompoundAssignmentorg.eclipse.jdt.internal.compiler.ast 中的方法
 void ThisReference.generatePostIncrement(BlockScope currentScope, CodeStream codeStream, CompoundAssignment postIncrement, boolean valueRequired)
           
 void SingleNameReference.generatePostIncrement(BlockScope currentScope, CodeStream codeStream, CompoundAssignment postIncrement, boolean valueRequired)
           
abstract  void Reference.generatePostIncrement(BlockScope currentScope, CodeStream codeStream, CompoundAssignment postIncrement, boolean valueRequired)
           
 void QualifiedNameReference.generatePostIncrement(BlockScope currentScope, CodeStream codeStream, CompoundAssignment postIncrement, boolean valueRequired)
           
 void FieldReference.generatePostIncrement(BlockScope currentScope, CodeStream codeStream, CompoundAssignment postIncrement, boolean valueRequired)
           
 void ArrayReference.generatePostIncrement(BlockScope currentScope, CodeStream codeStream, CompoundAssignment postIncrement, boolean valueRequired)
           
 

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

参数类型为 CompoundAssignmentorg.eclipse.jdt.internal.compiler.problem 中的方法
 void ProblemReporter.invalidOperator(CompoundAssignment assign, TypeBinding leftType, TypeBinding rightType)
           
 void ProblemReporter.operatorOnlyValidOnNumericType(CompoundAssignment assignment, TypeBinding leftType, TypeBinding rightType)
           
 



Copyright © 2013. All Rights Reserved.