Lines Matching refs:string
50 string value;
52 LiteralExpression(const string& value);
60 string value;
62 StringLiteralExpression(const string& value);
70 string name;
74 Variable(Type* type, const string& name);
75 Variable(Type* type, const string& name, int dimension);
87 string name;
89 FieldVariable(Expression* object, const string& name);
90 FieldVariable(Type* clazz, const string& name);
98 string comment;
101 string value;
154 string name;
156 vector<string> exceptions;
158 MethodCall(const string& name);
159 MethodCall(const string& name, int argc, ...);
160 MethodCall(Expression* obj, const string& name);
161 MethodCall(Type* clazz, const string& name);
162 MethodCall(Expression* obj, const string& name, int argc, ...);
163 MethodCall(Type* clazz, const string& name, int argc, ...);
174 string op;
177 Comparison(Expression* lvalue, const string& op, Expression* rvalue);
291 vector<string> cases;
295 Case(const string& c);
319 string comment;
323 string name;
342 string comment;
359 string comment;
360 string package;
361 string originalSrc;