Exception thrown by the assemblers.
More...
#include <Assembler.h>
Exception thrown by the assemblers.
Definition at line 52 of file Assembler.h.
Assembler::Exception::Exception |
( |
const std::string & |
reason, |
|
|
SgAsmInstruction * |
insn |
|
) |
| |
|
inline |
An exception bound to a particular instruction being assembled.
Definition at line 55 of file Assembler.h.
Assembler::Exception::Exception |
( |
const std::string & |
reason) | |
|
|
inline |
An exception not bound to a particular instruction.
Definition at line 59 of file Assembler.h.
void Assembler::Exception::print |
( |
std::ostream & |
) | |
const |
std::ostream& operator<< |
( |
std::ostream & |
, |
|
|
const Exception & |
|
|
) |
| |
|
friend |
Instruction associated with an assembly error.
Definition at line 65 of file Assembler.h.
The documentation for this class was generated from the following file: