Java Reference
In-Depth Information
L
Java Syntax
This appendix contains syntax diagrams that collectively describe the way in which
Java language elements can be constructed. Rectangles indicate something that is
further defined in another syntax diagram, and ovals indicate a literal word or
character.
Compilation Unit
Package Declaration
Import Declaration
Type Declaration
Package Declaration
package
Name
;
Import Declaration
import
Name
.
Identifier
;
*
Type Declaration
Class Declaration
Interface Declaration
719
 
Search WWH ::




Custom Search