|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.tools.javac.util.Warner
com.sun.tools.javac.comp.Check.ConversionWarner
private class Check.ConversionWarner
| Field Summary | |
|---|---|
(package private) Type |
expected
|
(package private) Type |
found
|
(package private) java.lang.String |
key
|
| Fields inherited from class com.sun.tools.javac.util.Warner |
|---|
noWarnings, unchecked, warned |
| Constructor Summary | |
|---|---|
Check.ConversionWarner(JCDiagnostic.DiagnosticPosition pos,
java.lang.String key,
Type found,
Type expected)
|
|
| Method Summary | |
|---|---|
void |
warnUnchecked()
|
| Methods inherited from class com.sun.tools.javac.util.Warner |
|---|
pos, silentUnchecked |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
final java.lang.String key
final Type found
final Type expected
| Constructor Detail |
|---|
public Check.ConversionWarner(JCDiagnostic.DiagnosticPosition pos,
java.lang.String key,
Type found,
Type expected)
| Method Detail |
|---|
public void warnUnchecked()
warnUnchecked in class Warner
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||