OpenASIP
2.0
|
#include <ParserStructs.hh>
Public Member Functions | |
std::string | toString () const |
Public Attributes | |
bool | isGuarded |
Is guard used. More... | |
bool | isInverted |
Is guard inverted. More... | |
RegisterTerm | regTerm |
Guard port or register. More... | |
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(), and toString().
bool ParserGuard::isInverted |
Is guard inverted.
Definition at line 310 of file ParserStructs.hh.
Referenced by CodeSectionCreator::addMove(), and toString().
RegisterTerm ParserGuard::regTerm |
Guard port or register.
Definition at line 312 of file ParserStructs.hh.
Referenced by CodeSectionCreator::addMove(), and toString().