Identifiers such as java.util.HashMap
are spread across multiple AST nodes in the syntax tree (three IDENT nodes, two DOT nodes). A FullIdent represents the whole String (excluding any intermediate whitespace), which is often easier to work with in Checks.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|