Uses of Class
com.strobel.decompiler.languages.java.ast.CastExpression
Packages that use CastExpression
Package
Description
-
Uses of CastExpression in com.strobel.decompiler.languages.java
Methods in com.strobel.decompiler.languages.java with parameters of type CastExpressionModifier and TypeMethodDescriptionJavaOutputVisitor.visitCastExpression(CastExpression node, Void ignored) -
Uses of CastExpression in com.strobel.decompiler.languages.java.ast
Methods in com.strobel.decompiler.languages.java.ast that return CastExpressionMethods in com.strobel.decompiler.languages.java.ast with parameters of type CastExpressionModifier and TypeMethodDescriptionDepthFirstAstVisitor.visitCastExpression(CastExpression node, T data) IAstVisitor.visitCastExpression(CastExpression node, T data) InsertParenthesesVisitor.visitCastExpression(CastExpression node, Void data) -
Uses of CastExpression in com.strobel.decompiler.languages.java.ast.transforms
Methods in com.strobel.decompiler.languages.java.ast.transforms with parameters of type CastExpressionModifier and TypeMethodDescriptionInsertNecessaryConversionsTransform.visitCastExpression(CastExpression node, Void data) RemoveRedundantCastsTransform.visitCastExpression(CastExpression node, Void data) RewriteBoxingCastsTransform.visitCastExpression(CastExpression node, Void data) -
Uses of CastExpression in com.strobel.decompiler.languages.java.utilities
Methods in com.strobel.decompiler.languages.java.utilities that return types with arguments of type CastExpressionModifier and TypeMethodDescriptionstatic List<CastExpression> RedundantCastUtility.getRedundantCastsInside(Function<AstNode, ResolveResult> resolver, AstNode site) Methods in com.strobel.decompiler.languages.java.utilities with parameters of type CastExpressionModifier and TypeMethodDescriptionstatic booleanRedundantCastUtility.isCastRedundant(Function<AstNode, ResolveResult> resolver, CastExpression cast) static voidRedundantCastUtility.removeCast(CastExpression castExpression)