Class RedundantCastUtility.IsRedundantVisitor

java.lang.Object
com.strobel.decompiler.languages.java.ast.DepthFirstAstVisitor<Void,Void>
com.strobel.decompiler.languages.java.utilities.RedundantCastUtility.IsRedundantVisitor
All Implemented Interfaces:
IAstVisitor<Void,Void>
Direct Known Subclasses:
RedundantCastUtility.CastCollector
Enclosing class:
RedundantCastUtility

private static class RedundantCastUtility.IsRedundantVisitor extends DepthFirstAstVisitor<Void,Void>