Browse Source

clarified the description in the tutorial.

tags/rel_3_18_2_ga
chibash 10 years ago
parent
commit
a1c8518213
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      tutorial/tutorial2.html

+ 3
- 0
tutorial/tutorial2.html View File

@@ -1572,6 +1572,9 @@ enclosed by braces <code>{</code> and <code>}</code>, are not
available unless the array dimension is one.

<p><li>Inner classes or anonymous classes are not supported.
Note that this is a limitation of the compiler only.
It cannot compile source code including an anonymous-class declaration.
Javassist can read and modify a class file of inner/anonymous class.

<p><li>Labeled <code>continue</code> and <code>break</code> statements
are not supported.

Loading…
Cancel
Save