mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
15 lines
562 B
Plaintext
15 lines
562 B
Plaintext
fields/FieldTest.java:
|
|
# 0| [CompilationUnit] FieldTest
|
|
# 3| 1: [Class] FieldTest
|
|
# 4| 4: [FieldDeclaration] float ff, ...;
|
|
# 4| -1: [TypeAccess] float
|
|
# 4| 1: [FloatingPointLiteral] 2.3f
|
|
# 5| 5: [FieldDeclaration] Object obj, ...;
|
|
# 5| -1: [TypeAccess] Object
|
|
# 5| 0: [NullLiteral] null
|
|
# 6| 6: [FieldDeclaration] List<> l, ...;
|
|
#-----| -2: (Annotations)
|
|
# 6| 1: [Annotation] SuppressWarnings
|
|
# 6| 1: [StringLiteral] "rawtypes"
|
|
# 6| -1: [TypeAccess] List<>
|