|
klee
|
CommandDecl - Base class for language commands. More...
#include <Parser.h>


Public Member Functions | |
| CommandDecl (DeclKind _Kind) | |
Public Member Functions inherited from klee::expr::Decl | |
| Decl (DeclKind _Kind) | |
| virtual | ~Decl () |
| DeclKind | getKind () const |
| getKind - Get the decl kind. More... | |
| virtual void | dump ()=0 |
| dump - Dump the AST node to stderr. More... | |
Static Public Member Functions | |
| static bool | classof (const Decl *D) |
| static bool | classof (const CommandDecl *) |
Static Public Member Functions inherited from klee::expr::Decl | |
| static bool | classof (const Decl *) |
Additional Inherited Members | |
Public Types inherited from klee::expr::Decl | |
| enum | DeclKind { ArrayDeclKind , ExprVarDeclKind , VersionVarDeclKind , QueryCommandDeclKind , DeclKindLast = QueryCommandDeclKind , VarDeclKindFirst = ExprVarDeclKind , VarDeclKindLast = VersionVarDeclKind , CommandDeclKindFirst = QueryCommandDeclKind , CommandDeclKindLast = QueryCommandDeclKind } |
CommandDecl - Base class for language commands.
|
inline |
|
inlinestatic |
|
inlinestatic |
Definition at line 151 of file Parser.h.
References klee::expr::Decl::CommandDeclKindLast, and klee::expr::Decl::getKind().
