|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ASDeclarationStatement
Represents a statement that declares a variable.
Method Summary | |
---|---|
boolean |
isConstant()
Returns false if this is a declaration using the var
keyword (the default), and true is this is a declaration using the
const keyword. |
void |
setContant(boolean constant)
If given true, this declaration will use the const
keyword, if given false, this declaration will use the
var keyword. |
Method Detail |
---|
boolean isConstant()
var
keyword (the default), and true is this is a declaration using the
const
keyword.
void setContant(boolean constant)
const
keyword, if given false, this declaration will use the
var
keyword.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |