Searched defs:AtomExpression (Results 1 – 1 of 1) sorted by relevance
104 struct AtomExpression : Expression { struct105 AtomExpression(Type type, const std::string &value, bool isId) in AtomExpression() argument109 virtual Type getType(const AST &ast) { in getType()122 virtual std::string toString(StringHelper::Case atomCase) { in toString()128 Type mType;129 std::string mValue;130 bool mIsId;