Guest User

Untitled

a guest
Oct 22nd, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. ArrayCreationExpression:
  2. new PrimitiveType DimExprs [Dims]
  3. new ClassOrInterfaceType DimExprs [Dims]
  4. new PrimitiveType Dims ArrayInitializer
  5. new ClassOrInterfaceType Dims ArrayInitializer
  6.  
  7. DimExprs:
  8. DimExpr {DimExpr}
  9.  
  10. DimExpr:
  11. {Annotation} [ Expression ]
  12.  
  13. Dims:
  14. {Annotation} [ ] {{Annotation} [ ]}
Add Comment
Please, Sign In to add comment