Files
codeql/java/ql/test/library-tests/dependency-counts/PrintAst.expected
2021-06-23 15:58:31 +01:00

17 lines
591 B
Plaintext

Example.java:
# 0| [CompilationUnit] Example
#-----| -1: (Imports)
# 1| 1: [ImportType] import Set
# 2| 2: [ImportType] import List
# 4| 1: [GenericType,Interface,ParameterizedType] Example
#-----| -2: (Generic Parameters)
# 4| 0: [TypeVariable] A
#-----| -1: (Base Types)
# 4| 0: [TypeAccess] Set<List<A>>
# 4| 0: [TypeAccess] List<A>
# 4| 0: [TypeAccess] A
# 5| 1: [Interface] InnerExample
#-----| -1: (Base Types)
# 5| 0: [TypeAccess] Example<Set<>>
# 5| 0: [TypeAccess] Set<>