зеркало из https://github.com/github/codeql.git
Shared: QLDoc for ContentApprox and getContentApprox.
This commit is contained in:
Родитель
c663809cc7
Коммит
cb1c68260e
|
@ -178,13 +178,18 @@ signature module InputSig {
|
|||
}
|
||||
|
||||
/**
|
||||
* A content approximation.
|
||||
* A content approximation. A content approximation corresponds with one or
|
||||
* more `Content`s, and is used to provide an in-between level of precision
|
||||
* for pruning.
|
||||
*/
|
||||
class ContentApprox {
|
||||
/** Gets a textual representation of this element. */
|
||||
string toString();
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the content approximation for content `c`.
|
||||
*/
|
||||
ContentApprox getContentApprox(Content c);
|
||||
|
||||
class ParameterPosition {
|
||||
|
|
Загрузка…
Ссылка в новой задаче