| com.sun.tools.javac.code.Source
Source | public enum Source (Code) | | The source language version accepted.
This is NOT part of any API supported by Sun Microsystems. If
you write code that depends on this, you do so at your own risk.
This code and its internal interfaces are subject to change or
deletion without notice.
|
Field Summary | |
final public static Source | DEFAULT | Enum Constant | JDK1_2 1.2 introduced strictfp. | Enum Constant | JDK1_3 1.3 is the same language as 1.2. | Enum Constant | JDK1_4 1.4 introduced assert. | Enum Constant | JDK1_5 1.5 introduced generics, attributes, foreach, boxing, static import,
covariant return, enums, varargs, et al. | Enum Constant | JDK1_6 1.6 reports encoding problems as errors instead of warnings. | Enum Constant | JDK1_7 1.7 covers the to be determined language features that will be added in JDK 7. | final public String | name |
JDK1_2 | Enum Constant JDK1_2(Code) | | 1.2 introduced strictfp.
|
JDK1_3 | Enum Constant JDK1_3(Code) | | 1.3 is the same language as 1.2.
|
JDK1_4 | Enum Constant JDK1_4(Code) | | 1.4 introduced assert.
|
JDK1_5 | Enum Constant JDK1_5(Code) | | 1.5 introduced generics, attributes, foreach, boxing, static import,
covariant return, enums, varargs, et al.
|
JDK1_6 | Enum Constant JDK1_6(Code) | | 1.6 reports encoding problems as errors instead of warnings.
|
JDK1_7 | Enum Constant JDK1_7(Code) | | 1.7 covers the to be determined language features that will be added in JDK 7.
|
addBridges | public boolean addBridges()(Code) | | |
allowAnnotations | public boolean allowAnnotations()(Code) | | |
allowAnonOuterThis | public boolean allowAnonOuterThis()(Code) | | |
allowAsserts | public boolean allowAsserts()(Code) | | |
allowBoxing | public boolean allowBoxing()(Code) | | |
allowCovariantReturns | public boolean allowCovariantReturns()(Code) | | |
allowEncodingErrors | public boolean allowEncodingErrors()(Code) | | Allow encoding errors, giving only warnings.
|
allowEnums | public boolean allowEnums()(Code) | | |
allowForeach | public boolean allowForeach()(Code) | | |
allowGenerics | public boolean allowGenerics()(Code) | | |
allowHexFloats | public boolean allowHexFloats()(Code) | | |
allowStaticImport | public boolean allowStaticImport()(Code) | | |
allowVarargs | public boolean allowVarargs()(Code) | | |
enforceMandatoryWarnings | public boolean enforceMandatoryWarnings()(Code) | | |
|
|