Table of Contents
From JavaSpec.org
| 1.1 Introduction to Lexical Structure |
| 1.2 White Space |
| 1.3 Comments |
| 1.4 Identifiers |
| 1.4.1 Java Naming Conventions |
| 1.4.2 The Syntactic Classification of Names According to Context |
| 1.4.3 Special Naming Restrictions |
| 1.4.4 Obscuring |
| 1.4.4.1 The Problem of Reversed Domain Names |
| 1.4.5 Subpackages are Non-Entities |
| 1.5 Keywords |
| 1.6 Literals |
| 1.6.1 Character Literals |
| 1.6.2 Escape Sequences |
| 1.6.2.1 Octal Escape Sequences |
| 1.6.2.2 The NULL Character |
| 1.6.2.3 Escape Sequences for C0 Control Characters |
| 1.6.2.4 Line, Paragraph and Page Separator Characters |
| 1.6.2.5 Escape Sequences for Special Characters |
| 1.6.2.6 Unicode Escape Sequences |
| 1.6.3 String Literals |
| 1.6.3.1 The Empty String |
| 1.6.4 Numeric Literals |
| 1.6.4.1 Positional Notation Systems, Digits and Radices |
| 1.6.4.2 Scientific Notation |
| 1.6.5 Class Literals |
| 1.7 Separators |
| 1.8 Operators |

