comma::SigInstanceDecl Class Reference
#include <Decl.h>
List of all members.
Detailed Description
Definition at line 613 of file Decl.h.
Member Typedef Documentation
Member Function Documentation
arg_iterator comma::SigInstanceDecl::beginArguments |
( |
|
) |
const [inline] |
static bool comma::SigInstanceDecl::classof |
( |
const Ast * |
node |
) |
[inline, static] |
static bool comma::SigInstanceDecl::classof |
( |
const SigInstanceDecl * |
node |
) |
[inline, static] |
arg_iterator comma::SigInstanceDecl::endArguments |
( |
|
) |
const [inline] |
DomainTypeDecl* comma::SigInstanceDecl::getActualParam |
( |
unsigned |
n |
) |
const [inline] |
Returns the i'th actual parameter. This method asserts if its argument is out of range.
Definition at line 632 of file Decl.h.
DomainType * comma::SigInstanceDecl::getActualParamType |
( |
unsigned |
n |
) |
const [inline] |
Returns the type of the i'th actual parameter.
Definition at line 2160 of file Decl.h.
unsigned SigInstanceDecl::getArity |
( |
|
) |
const |
Returns the number of actual arguments supplied. When the underlying model is a signature, the arity is zero.
Definition at line 375 of file Decl.cpp.
const Sigoid* comma::SigInstanceDecl::getSigoid |
( |
|
) |
const [inline] |
Sigoid* comma::SigInstanceDecl::getSigoid |
( |
|
) |
[inline] |
bool comma::SigInstanceDecl::isParameterized |
( |
|
) |
const [inline] |
Returns true if this type represents an instance of some variety.
Definition at line 624 of file Decl.h.
void comma::SigInstanceDecl::Profile |
( |
llvm::FoldingSetNodeID & |
id |
) |
[inline] |
For use by llvm::FoldingSet.
Definition at line 647 of file Decl.h.
Friends And Related Function Documentation
The documentation for this class was generated from the following files: