コード例 #1
0
ファイル: Pretty.java プロジェクト: minixalpha/hack-javac
 // Prints the inner element type of a nested array
 private void printBaseElementType(JCTree tree) throws IOException {
   printExpr(TreeInfo.innermostType(tree));
 }