#include <AttribDecl.h>
Public Member Functions | |
const DiscreteType * | getPrefix () const |
Specialize FunctionAttribDecl::getPrefix. | |
DiscreteType * | getPrefix () |
Specialize FunctionAttribDecl::getPrefix. | |
Static Public Member Functions | |
static bool | classof (const ValAD *node) |
Support isa and dyn_cast. | |
static bool | classof (const Ast *node) |
Friends | |
class | IntegerDecl |
class | EnumerationDecl |
This node represents the Val attribute as applied to a discrete subtype prefix.
Definition at line 124 of file AttribDecl.h.
static bool comma::ValAD::classof | ( | const Ast * | node | ) | [inline, static] |
Reimplemented from comma::FunctionAttribDecl.
Definition at line 139 of file AttribDecl.h.
static bool comma::ValAD::classof | ( | const ValAD * | node | ) | [inline, static] |
Support isa and dyn_cast.
Reimplemented from comma::FunctionAttribDecl.
Definition at line 138 of file AttribDecl.h.
DiscreteType* comma::ValAD::getPrefix | ( | ) | [inline] |
Specialize FunctionAttribDecl::getPrefix.
Reimplemented from comma::FunctionAttribDecl.
Definition at line 132 of file AttribDecl.h.
const DiscreteType* comma::ValAD::getPrefix | ( | ) | const [inline] |
Specialize FunctionAttribDecl::getPrefix.
Reimplemented from comma::FunctionAttribDecl.
Definition at line 129 of file AttribDecl.h.
friend class EnumerationDecl [friend] |
Definition at line 150 of file AttribDecl.h.
friend class IntegerDecl [friend] |
Definition at line 149 of file AttribDecl.h.