Package | Description |
---|---|
com.sun.tools.javac.comp | |
com.sun.tools.javac.main |
Modifier and Type | Method and Description |
---|---|
static CompileStates.CompileState |
CompileStates.CompileState.max(CompileStates.CompileState a,
CompileStates.CompileState b) |
static CompileStates.CompileState |
CompileStates.CompileState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompileStates.CompileState[] |
CompileStates.CompileState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CompileStates.CompileState.isAfter(CompileStates.CompileState other) |
boolean |
CompileStates.isDone(Env<AttrContext> env,
CompileStates.CompileState cs) |
static CompileStates.CompileState |
CompileStates.CompileState.max(CompileStates.CompileState a,
CompileStates.CompileState b) |
Modifier and Type | Field and Description |
---|---|
CompileStates.CompileState |
JavaCompiler.shouldStopPolicyIfError
Policy of how far to continue compilation after errors have occurred.
|
CompileStates.CompileState |
JavaCompiler.shouldStopPolicyIfNoError
Policy of how far to continue compilation when no errors have occurred.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
JavaCompiler.shouldStop(CompileStates.CompileState cs) |
protected <T> List<T> |
JavaCompiler.stopIfError(CompileStates.CompileState cs,
List<T> list) |
protected <T> Queue<T> |
JavaCompiler.stopIfError(CompileStates.CompileState cs,
Queue<T> queue) |
Copyright © 2017 earcam. All rights reserved.