public class DimensionHelpers extends Object
javac's parser does not preserve concrete syntax for mixed-notation arrays, so we have to re-lex the input to extra it.
For example, int [] a;
cannot be distinguished from int [] a [];
in the AST.
Copyright © 2015–2017 Google Inc.. All rights reserved.