Add missing QLDoc

This commit is contained in:
Tony Torralba
2022-01-24 15:13:09 +01:00
parent 4df0f399cd
commit 4f4f531dfc
2 changed files with 2 additions and 0 deletions

View File

@@ -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

View File

@@ -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