|
JavaScript Development Tools Release 3.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface IAbstractVariableDeclaration
Abstract representation of a var.
| Field Summary |
|---|
| Method Summary | |
|---|---|
InferredType |
getInferredType()
Get the inferred type of the var |
IExpression |
getInitialization()
Get the initialization expression of the var |
IJsDoc |
getJsDoc()
get the JSDoc for the var |
char[] |
getName()
get the var name |
boolean |
isType()
|
void |
setInferredType(InferredType type)
Set the inferred type of the var |
void |
setIsType(boolean isType)
|
| Methods inherited from interface org.eclipse.wst.jsdt.core.ast.IASTNode |
|---|
getASTType, sourceEnd, sourceStart, traverse |
| Method Detail |
|---|
void setInferredType(InferredType type)
inferred - typeInferredType getInferredType()
char[] getName()
IExpression getInitialization()
IJsDoc getJsDoc()
void setIsType(boolean isType)
isType - true if this variable declaration is actually a
reference to a type, rather then the instance of a type.
false if this variable is a reference to an
instance of a type rather then the type itself.boolean isType()
true if this variable declaration is actually a
reference to a type, rather then the instance of a type.
false if this variable is a reference to 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 | ||||||||||