< prev index next > src/jdk.compiler/share/classes/com/sun/tools/javac/comp/CompileStates.java
Print this page
WARN(6),
TRANSTYPES(7),
TRANSPATTERNS(8),
LOWER(9),
UNLAMBDA(10),
! GENERATE(11);
CompileState(int value) {
this.value = value;
}
public boolean isAfter(CompileState other) {
WARN(6),
TRANSTYPES(7),
TRANSPATTERNS(8),
LOWER(9),
UNLAMBDA(10),
! STRICT_FIELDS_PROXIES(11),
+ GENERATE(12);
CompileState(int value) {
this.value = value;
}
public boolean isAfter(CompileState other) {
< prev index next >