Files
codeql/java/ql/test/library-tests/j2objc/OCNIComment.ql
2022-08-22 21:22:35 +02:00

7 lines
285 B
Plaintext

import semmle.code.java.frameworks.j2objc.J2ObjC
from OcniComment ocni
select ocni.getFile().getStem(), ocni.getLocation().getStartLine(),
ocni.getLocation().getStartColumn(), ocni.getLocation().getEndLine(),
ocni.getLocation().getEndColumn(), ocni.toString(), ocni.getAQlClass()