Package | Description |
---|---|
org.eclipse.wst.jsdt.core.ast | |
org.eclipse.wst.jsdt.core.infer |
Modifier and Type | Interface and Description |
---|---|
interface |
ICompoundAssignment
Representation of a compound assigment.
|
interface |
IPostfixExpression
Representation of a postfix expression.
|
interface |
IPrefixExpression
Representation of a prefix expression.
|
Modifier and Type | Method and Description |
---|---|
IAssignment |
ILocalDeclaration.getAssignment()
Get the initialization expression of the var as an assignment
|
Modifier and Type | Method and Description |
---|---|
void |
ASTVisitor.endVisit(IAssignment assignment) |
boolean |
ASTVisitor.visit(IAssignment assignment) |
Modifier and Type | Method and Description |
---|---|
protected IAssignment |
InferEngine.getAssignment(IExpression expression)
Finds a assignment on the context from the name represented with the expression
|
Modifier and Type | Method and Description |
---|---|
void |
InferEngine.endVisit(IAssignment assignment) |
protected boolean |
InferEngine.handleFunctionExpressionAssignment(IAssignment assignment)
handle the inferencing for an assignment whose right hand side is a function expression
|
protected boolean |
InferEngine.handlePotentialType(IAssignment assignment) |
boolean |
InferEngine.visit(IAssignment assignment) |
Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.