#include <ValueNode.hpp>
Data Fields | |
struct cfront::Value::DeclSpec | declSpec |
cfront::QualFlags | qualFlags |
const cfront::Type * | type |
struct cfront::Value::SignedValue | signedValue |
struct cfront::Value::UnsignedValue | unsignedValue |
struct cfront::Value::StringValue | stringValue |
struct cfront::Value::IdentValue | identValue |
Data Structures | |
struct | DeclSpec |
struct | IdentValue |
struct | SignedValue |
struct | StringValue |
struct | UnsignedValue |
Definition at line 48 of file ValueNode.hpp.
The node value of declaration specifier.
The node value of pointer qualifier.
Definition at line 56 of file ValueNode.hpp.
const cfront::Type* cfront::Value::type |
The node value of ordinary expression node
Definition at line 59 of file ValueNode.hpp.
The node value of signed constant expression.
The node value of unsigned constant expression.
The node value of string constant expression.
The node value of identifier expression.