|
Eclipse CDT Pre-release 3.0 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Simple type constructor postfix expression.
Field Summary | |
---|---|
static ASTNodeProperty |
INITIALIZER_VALUE
INITIALIZER_VALUE is the value passed into the constructor. |
static int |
t_bool
t_bool = bool |
static int |
t_char
t_char == char |
static int |
t_double
t_double == double |
static int |
t_float
t_float == float |
static int |
t_int
t_int == int |
static int |
t_last
t_last is provided for subinterfaces. |
static int |
t_long
t_long = long |
static int |
t_short
t_short = short |
static int |
t_signed
t_signed = signed |
static int |
t_unsigned
t_unsigned = unsigned |
static int |
t_unspecified
t_unspecified (error) |
static int |
t_void
t_void == void |
static int |
t_wchar_t
t_wchar_t = wchar_t |
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 | |
---|---|
IASTExpression |
getInitialValue()
Get the initial value. |
int |
getSimpleType()
Get the simple type. |
void |
setInitialValue(IASTExpression expression)
Set the initial value. |
void |
setSimpleType(int value)
Set the simple type. |
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, setParent, setPropertyInParent |
Field Detail |
public static final int t_unspecified
public static final int t_void
public static final int t_char
public static final int t_int
public static final int t_float
public static final int t_double
public static final int t_bool
public static final int t_wchar_t
public static final int t_short
public static final int t_long
public static final int t_signed
public static final int t_unsigned
public static final int t_last
public static final ASTNodeProperty INITIALIZER_VALUE
Method Detail |
public int getSimpleType()
public void setSimpleType(int value)
value
- intpublic IASTExpression getInitialValue()
IASTExpression
public void setInitialValue(IASTExpression expression)
expression
- IASTExpression
|
Eclipse CDT Pre-release 3.0 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |