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

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

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

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

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

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

参数类型为 Assignmentorg.eclipse.jdt.internal.compiler.ast 中的方法
 FlowInfo ThisReference.analyseAssignment(BlockScope currentScope, FlowContext flowContext, FlowInfo flowInfo, Assignment assignment, boolean isCompound)
           
 FlowInfo SingleNameReference.analyseAssignment(BlockScope currentScope, FlowContext flowContext, FlowInfo flowInfo, Assignment assignment, boolean isCompound)
           
abstract  FlowInfo Reference.analyseAssignment(BlockScope currentScope, FlowContext flowContext, FlowInfo flowInfo, Assignment assignment, boolean isCompound)
           
 FlowInfo QualifiedNameReference.analyseAssignment(BlockScope currentScope, FlowContext flowContext, FlowInfo flowInfo, Assignment assignment, boolean isCompound)
           
 FlowInfo FieldReference.analyseAssignment(BlockScope currentScope, FlowContext flowContext, FlowInfo flowInfo, Assignment assignment, boolean isCompound)
           
 FlowInfo ArrayReference.analyseAssignment(BlockScope currentScope, FlowContext flowContext, FlowInfo flowInfo, Assignment assignment, boolean compoundAssignment)
           
 void ThisReference.generateAssignment(BlockScope currentScope, CodeStream codeStream, Assignment assignment, boolean valueRequired)
           
 void SingleNameReference.generateAssignment(BlockScope currentScope, CodeStream codeStream, Assignment assignment, boolean valueRequired)
           
abstract  void Reference.generateAssignment(BlockScope currentScope, CodeStream codeStream, Assignment assignment, boolean valueRequired)
           
 void QualifiedNameReference.generateAssignment(BlockScope currentScope, CodeStream codeStream, Assignment assignment, boolean valueRequired)
           
 void FieldReference.generateAssignment(BlockScope currentScope, CodeStream codeStream, Assignment assignment, boolean valueRequired)
           
 void ArrayReference.generateAssignment(BlockScope currentScope, CodeStream codeStream, Assignment assignment, boolean valueRequired)
           
 

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

参数类型为 Assignmentorg.eclipse.jdt.internal.compiler.problem 中的方法
 void ProblemReporter.assignmentHasNoEffect(Assignment location, char[] name)
           
 void ProblemReporter.possibleAccidentalBooleanAssignment(Assignment assignment)
           
 



Copyright © 2013. All Rights Reserved.