|
JavaScript Development Tools Release 3.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface IAssignment
Representation of an assignment expression
| Field Summary |
|---|
| Method Summary | |
|---|---|
IExpression |
getExpression()
get the expression being assigned |
InferredType |
getInferredType()
Get the inferred type of the assignment |
IJsDoc |
getJsDoc()
|
IExpression |
getLeftHandSide()
The assignment target |
boolean |
isType()
|
void |
setInferredType(InferredType type)
Set the inferred type of the assignment |
void |
setIsType(boolean isType)
|
| Methods inherited from interface org.eclipse.wst.jsdt.core.ast.IASTNode |
|---|
getASTType, sourceEnd, sourceStart, traverse |
| Method Detail |
|---|
IExpression getExpression()
IExpression getLeftHandSide()
IJsDoc getJsDoc()
void setInferredType(InferredType type)
inferred - typeInferredType getInferredType()
void setIsType(boolean isType)
isType - true if this assignment is actually a assigning
a type, rather then the instance of a type.
false if this assignment is a assigning an
instance of a type rather then the type itself.boolean isType()
true if this assignment is actually a assigning a
type, rather then the instance of a type. false if
this assignment is a assigning an instance of a type rather
then the type itself.
|
JavaScript Development Tools Release 3.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||