mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
Java: qldoc fix and changenote.
This commit is contained in:
@@ -114,8 +114,10 @@ class SummarizedCallableBase extends TSummarizedCallableBase {
|
||||
this instanceof TSyntheticCallable
|
||||
}
|
||||
|
||||
/** Gets this callable cast as a `Callable`. */
|
||||
Callable asCallable() { this = TSimpleCallable(result) }
|
||||
|
||||
/** Gets this callable cast as a `SyntheticCallable`. */
|
||||
SyntheticCallable asSyntheticCallable() { this = TSyntheticCallable(result) }
|
||||
|
||||
/** Gets a call that targets this callable. */
|
||||
|
||||
Reference in New Issue
Block a user