mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Add missing QLDoc
This commit is contained in:
@@ -25,6 +25,7 @@ class ThriftIface extends Interface {
|
||||
this.getFile() instanceof ThriftGeneratedFile
|
||||
}
|
||||
|
||||
/** Returns an implementation of a method of this interface. */
|
||||
Method getAnImplementingMethod() {
|
||||
result.getDeclaringType().(Class).getASupertype+() = this and
|
||||
result.overrides+(this.getAMethod()) and
|
||||
|
||||
@@ -15,6 +15,7 @@ class StrutsAnnotation extends Annotation {
|
||||
class StrutsActionAnnotation extends StrutsAnnotation {
|
||||
StrutsActionAnnotation() { this.getType().hasName("Action") }
|
||||
|
||||
/** Returns a callable annotated with this annotation. */
|
||||
Callable getActionCallable() {
|
||||
result = this.getAnnotatedElement()
|
||||
or
|
||||
|
||||
Reference in New Issue
Block a user