We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9980756 commit f3e5a8fCopy full SHA for f3e5a8f
ql/ql/src/experimental/RA.qll
@@ -1,14 +1,16 @@
1
/**
2
* Parses RA expressions.
3
*/
4
-signature class RAstring extends string;
5
+/**
6
+ * A predicate that contains RA.
7
+ */
8
signature class RApredicate {
9
string getLineOfRA(int n);
10
}
11
12
- * Parses strings of RA provided by an RA predicate,
13
+ * Parses strings of RA provided by an RA predicate, and represented the
14
15
module RAParser<RApredicate Predicate> {
16
private string parseRaExpr(Predicate p, int line, int arity, int lhs) {
0 commit comments