com.sun.tools.javac.comp
Class Check.ConversionWarner

java.lang.Object
  extended by com.sun.tools.javac.util.Warner
      extended by com.sun.tools.javac.comp.Check.ConversionWarner
Enclosing class:
Check

private class Check.ConversionWarner
extends Warner


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

key

final java.lang.String key

found

final Type found

expected

final Type expected
Constructor Detail

Check.ConversionWarner

public Check.ConversionWarner(JCDiagnostic.DiagnosticPosition pos,
                              java.lang.String key,
                              Type found,
                              Type expected)
Method Detail

warnUnchecked

public void warnUnchecked()
Overrides:
warnUnchecked in class Warner