|
Eclipse CDT Pre-release 3.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IASTLiteralExpression
This expression represents a literal in the program.
| Field Summary | |
|---|---|
static int |
lk_char_constant
A char literal e.g. |
static int |
lk_float_constant
A floating point literal e.g. 6.0 |
static int |
lk_integer_constant
An integer literal e.g. 5 |
static int |
lk_last
A constant defined for subclasses to extend from. |
static int |
lk_string_literal
A string literal e.g. |
| Fields inherited from interface org.eclipse.cdt.core.dom.ast.IASTExpression |
|---|
EMPTY_EXPRESSION_ARRAY |
| Fields inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode |
|---|
EMPTY_NODE_ARRAY |
| Method Summary | |
|---|---|
int |
getKind()
Get the literal expression kind. |
void |
setKind(int value)
Set the literal expression kind. |
void |
setValue(String value)
Set the value of the literal expression. |
| Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTExpression |
|---|
getExpressionType |
| Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode |
|---|
accept, contains, getContainingFilename, getFileLocation, getNodeLocations, getParent, getPropertyInParent, getRawSignature, getTranslationUnit, isPartOfTranslationUnitFile, setParent, setPropertyInParent |
| Field Detail |
|---|
static final int lk_integer_constant
static final int lk_float_constant
static final int lk_char_constant
static final int lk_string_literal
static final int lk_last
| Method Detail |
|---|
int getKind()
void setKind(int value)
value - intvoid setValue(String value)
value -
|
Eclipse CDT Pre-release 3.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||