public class ManCheck_8
extends com.sun.tools.javac.comp.Check
Modifier and Type | Method and Description |
---|---|
void |
checkRedundantCast(com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext> env,
com.sun.tools.javac.tree.JCTree.JCTypeCast tree) |
static com.sun.tools.javac.comp.Check |
instance(com.sun.tools.javac.util.Context ctx) |
void |
reportDeferredDiagnostics() |
void |
warnStatic(com.sun.tools.javac.util.JCDiagnostic.DiagnosticPosition pos,
String msg,
Object... args) |
castWarner, checkCanonical, checkClassOverrideEqualsAndHashIfNeeded, checkCompatibleAbstracts, checkCompatibleAbstracts, checkCompatibleConcretes, checkFunctionalInterface, checkValidGenericType, completionError, convertWarner, intersect, isTypeAnnotation, validateAnnotationDeferErrors, validateAnnotations, validateRepeatable, validateTypeAnnotation, validateTypeAnnotations, warnSunApi, warnUnchecked
public static com.sun.tools.javac.comp.Check instance(com.sun.tools.javac.util.Context ctx)
public void reportDeferredDiagnostics()
reportDeferredDiagnostics
in class com.sun.tools.javac.comp.Check
public void checkRedundantCast(com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext> env, com.sun.tools.javac.tree.JCTree.JCTypeCast tree)
checkRedundantCast
in class com.sun.tools.javac.comp.Check
Copyright © 2024. All rights reserved.