#include <Decl.h>
Public Member Functions | |
ModelDecl * | getDefinition () |
Returns the model this PercentDecl represents. | |
const ModelDecl * | getDefinition () const |
const SignatureSet & | getSignatureSet () const |
Returns the SignatureSet of this instance. | |
Static Public Member Functions | |
static bool | classof (const PercentDecl *node) |
Support isa and dyn_cast. | |
static bool | classof (const Ast *node) |
Friends | |
class | ModelDecl |
Definition at line 2093 of file Decl.h.
static bool comma::PercentDecl::classof | ( | const Ast * | node | ) | [inline, static] |
Reimplemented from comma::DomainTypeDecl.
static bool comma::PercentDecl::classof | ( | const PercentDecl * | node | ) | [inline, static] |
Support isa and dyn_cast.
Reimplemented from comma::DomainTypeDecl.
const ModelDecl* comma::PercentDecl::getDefinition | ( | ) | const [inline] |
ModelDecl* comma::PercentDecl::getDefinition | ( | ) | [inline] |
Returns the model this PercentDecl represents.
const SignatureSet& comma::PercentDecl::getSignatureSet | ( | ) | const [inline, virtual] |
Returns the SignatureSet of this instance.
Implements comma::DomainTypeDecl.