Uses of Class
com.strobel.decompiler.languages.java.ast.CastExpression
-
-
Uses of CastExpression in com.strobel.decompiler.languages.java
Methods in com.strobel.decompiler.languages.java with parameters of type CastExpression Modifier and Type Method Description java.lang.VoidJavaOutputVisitor. visitCastExpression(CastExpression node, java.lang.Void ignored) -
Uses of CastExpression in com.strobel.decompiler.languages.java.ast
Methods in com.strobel.decompiler.languages.java.ast that return CastExpression Modifier and Type Method Description CastExpressionExpression. cast(AstType type)Methods in com.strobel.decompiler.languages.java.ast with parameters of type CastExpression Modifier and Type Method Description SDepthFirstAstVisitor. visitCastExpression(CastExpression node, T data)RIAstVisitor. visitCastExpression(CastExpression node, T data)java.lang.VoidInsertParenthesesVisitor. visitCastExpression(CastExpression node, java.lang.Void data)java.util.Set<java.lang.Object>JavaNameResolver.FindDeclarationVisitor. visitCastExpression(CastExpression node, java.lang.String name)ResolveResultJavaResolver.ResolveVisitor. visitCastExpression(CastExpression node, java.lang.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 CastExpression Modifier and Type Method Description java.lang.VoidInsertNecessaryConversionsTransform. visitCastExpression(CastExpression node, java.lang.Void data)java.lang.VoidRemoveRedundantCastsTransform. visitCastExpression(CastExpression node, java.lang.Void data)java.lang.VoidRewriteBoxingCastsTransform. visitCastExpression(CastExpression node, java.lang.Void data) -
Uses of CastExpression in com.strobel.decompiler.languages.java.utilities
Fields in com.strobel.decompiler.languages.java.utilities with type parameters of type CastExpression Modifier and Type Field Description private java.util.Set<CastExpression>RedundantCastUtility.CastCollector. _foundCastsMethods in com.strobel.decompiler.languages.java.utilities that return types with arguments of type CastExpression Modifier and Type Method Description private java.util.Set<CastExpression>RedundantCastUtility.CastCollector. getFoundCasts()static java.util.List<CastExpression>RedundantCastUtility. getRedundantCastsInside(Function<AstNode,ResolveResult> resolver, AstNode site)Methods in com.strobel.decompiler.languages.java.utilities with parameters of type CastExpression Modifier and Type Method Description protected voidRedundantCastUtility.CastCollector. addToResults(CastExpression cast, boolean force)protected voidRedundantCastUtility.IsRedundantVisitor. addToResults(CastExpression cast, boolean force)static booleanRedundantCastUtility. isCastRedundant(Function<AstNode,ResolveResult> resolver, CastExpression cast)booleanRedundantCastUtility.IsRedundantVisitor. isInPolymorphicCall(CastExpression cast)booleanRedundantCastUtility.IsRedundantVisitor. isTypeCastSemantic(CastExpression cast)protected voidRedundantCastUtility.IsRedundantVisitor. processAlreadyHasTypeCast(CastExpression cast)static voidRedundantCastUtility. removeCast(CastExpression castExpression)java.lang.VoidRedundantCastUtility.IsRedundantVisitor. visitCastExpression(CastExpression node, java.lang.Void data)
-