SourceLocation Class
(Debugger::QmlJS::AST::SourceLocation)Public Functions
SourceLocation(Debugger::quint32 offset = 0, Debugger::quint32 length = 0, Debugger::quint32 line = 0, Debugger::quint32 column = 0) | |
Debugger::quint32 | begin() const |
Debugger::quint32 | end() const |
bool | isValid() const |
Member Function Documentation
SourceLocation::SourceLocation(Debugger::quint32 offset = 0, Debugger::quint32 length = 0, Debugger::quint32 line = 0, Debugger::quint32 column = 0)
Default constructs an instance of SourceLocation.