mirror of
https://github.com/github/codeql.git
synced 2026-02-21 01:13:43 +01:00
19 lines
782 B
Plaintext
19 lines
782 B
Plaintext
collections/Test.java:
|
|
# 0| [CompilationUnit] Test
|
|
# 3| 1: [ImportOnDemandFromPackage] import java.util.*
|
|
# 5| 2: [Class] Test
|
|
# 6| 3: [FieldDeclaration] Map<String,Integer> m, ...;
|
|
# 6| -1: [TypeAccess] Map<String,Integer>
|
|
# 6| 0: [TypeAccess] String
|
|
# 6| 1: [TypeAccess] Integer
|
|
# 6| 0: [ClassInstanceExpr] new LinkedHashMap<String,Integer>(...)
|
|
# 6| -3: [TypeAccess] LinkedHashMap<String,Integer>
|
|
# 6| 0: [TypeAccess] String
|
|
# 6| 1: [TypeAccess] Integer
|
|
# 8| 4: [BlockStmt] stmt
|
|
# 9| 0: [ExprStmt] stmt
|
|
# 9| 0: [MethodAccess] put(...)
|
|
# 9| -1: [VarAccess] m
|
|
# 9| 0: [StringLiteral] "key"
|
|
# 9| 1: [IntegerLiteral] 23
|