| |||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Enum Summary | |
---|---|
SourceVersion | Source versions of the Java™ programming language. |
This language model follows a mirror-based design; see
Gilad Bracha and David Ungar. Mirrors: Design Principles for Meta-level Facilities of Object-Oriented Programming Languages. In Proc. of the ACM Conf. on Object-Oriented Programming, Systems, Languages and Applications, October 2004.In particular, the model makes a distinction between static language constructs, like the {@linkplain javax.lang.model.element element} representing {@code java.util.Set}, and the family of {@linkplain javax.lang.model.type types} that may be associated with an element, like the raw type {@code java.util.Set}, {@code java.util.Set
Unless otherwise specified, methods in this package will throw a {@code NullPointerException} if given a {@code null} argument.
| |||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |