mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Minor tidy
This commit is contained in:
@@ -1,14 +1,16 @@
|
|||||||
/**
|
/**
|
||||||
* Parses RA expressions.
|
* Parses RA expressions.
|
||||||
*/
|
*/
|
||||||
signature class RAstring extends string;
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* A predicate that contains RA.
|
||||||
|
*/
|
||||||
signature class RApredicate {
|
signature class RApredicate {
|
||||||
string getLineOfRA(int n);
|
string getLineOfRA(int n);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Parses strings of RA provided by an RA predicate,
|
* Parses strings of RA provided by an RA predicate, and represented the
|
||||||
*/
|
*/
|
||||||
module RAParser<RApredicate Predicate> {
|
module RAParser<RApredicate Predicate> {
|
||||||
private string parseRaExpr(Predicate p, int line, int arity, int lhs) {
|
private string parseRaExpr(Predicate p, int line, int arity, int lhs) {
|
||||||
|
|||||||
Reference in New Issue
Block a user