KSeExpr
4.0.4.0
|
#include <KSeExpr/ExprNode.h>
#include <KSeExpr/ExprPatterns.h>
#include <sstream>
#include "ControlSpec.h"
#include "Utils.h"
Go to the source code of this file.
Namespaces | |
KSeExpr | |
Functions | |
bool | KSeExpr::isWS (const char *source, int start, int end) |
Returns true if no newline separates comment and node. More... | |
std::string | KSeExpr::findComment (const ExprNode &node) |
Checks if there is whitespace in the range specified in the string. More... | |