KSeExpr 6.0.0.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 | |
namespace | KSeExpr |
Functions | |
bool | KSeExpr::isWS (const char *source, int start, int end) |
Returns true if no newline separates comment and node. | |
std::string | KSeExpr::findComment (const ExprNode &node) |
Checks if there is whitespace in the range specified in the string. | |