OpenASIP 2.2
|
#include <ParserStructs.hh>
Public Member Functions | |
std::string | toString () const |
Public Attributes | |
bool | isGuarded |
Is guard used. | |
bool | isInverted |
Is guard inverted. | |
RegisterTerm | regTerm |
Guard port or register. | |
Guard field of parsed move.
Definition at line 305 of file ParserStructs.hh.
|
inline |
String representation of term for error message generation.
Definition at line 317 of file ParserStructs.hh.
References isGuarded, isInverted, regTerm, and RegisterTerm::toString().
Referenced by ParserMove::toString().
bool ParserGuard::isGuarded |
Is guard used.
Definition at line 308 of file ParserStructs.hh.
Referenced by CodeSectionCreator::addMove(), AssemblerParser::definition< ScannerT >::definition(), and toString().
bool ParserGuard::isInverted |
Is guard inverted.
Definition at line 310 of file ParserStructs.hh.
Referenced by CodeSectionCreator::addMove(), AssemblerParser::definition< ScannerT >::definition(), and toString().
RegisterTerm ParserGuard::regTerm |
Guard port or register.
Definition at line 312 of file ParserStructs.hh.
Referenced by CodeSectionCreator::addMove(), AssemblerParser::definition< ScannerT >::definition(), and toString().