Uses of Class
com.strobel.decompiler.semantics.ResolveResult
Packages that use ResolveResult
Package
Description
-
Uses of ResolveResult in com.strobel.decompiler.languages.java.analysis
Methods in com.strobel.decompiler.languages.java.analysis that return ResolveResultModifier and TypeMethodDescriptionprotected ResolveResultControlFlowGraphBuilder.evaluateConstant(Expression e) Method parameters in com.strobel.decompiler.languages.java.analysis with type arguments of type ResolveResultModifier and TypeMethodDescriptionControlFlowGraphBuilder.buildControlFlowGraph(Statement statement, Function<AstNode, ResolveResult> resolver) -
Uses of ResolveResult in com.strobel.decompiler.languages.java.ast
Methods in com.strobel.decompiler.languages.java.ast that return ResolveResultModifier and TypeMethodDescriptionprotected ResolveResultDefiniteAssignmentAnalysis.evaluateConstant(Expression e) Constructor parameters in com.strobel.decompiler.languages.java.ast with type arguments of type ResolveResultModifierConstructorDescriptionDefiniteAssignmentAnalysis(Statement rootStatement, Function<AstNode, ResolveResult> resolver) -
Uses of ResolveResult in com.strobel.decompiler.languages.java.utilities
Method parameters in com.strobel.decompiler.languages.java.utilities with type arguments of type ResolveResultModifier and TypeMethodDescriptionstatic TypeReferenceTypeUtilities.getExpectedTypeByParent(Function<AstNode, ResolveResult> resolver, Expression expression) static List<CastExpression> RedundantCastUtility.getRedundantCastsInside(Function<AstNode, ResolveResult> resolver, AstNode site) static booleanRedundantCastUtility.isCastRedundant(Function<AstNode, ResolveResult> resolver, CastExpression cast) -
Uses of ResolveResult in com.strobel.decompiler.patterns
Constructor parameters in com.strobel.decompiler.patterns with type arguments of type ResolveResultModifierConstructorDescriptionTypedExpression(TypeReference expressionType, Function<AstNode, ResolveResult> resolver) TypedExpression(TypeReference expressionType, Function<AstNode, ResolveResult> resolver, int options) TypedExpression(String groupName, TypeReference expressionType, Function<AstNode, ResolveResult> resolver) TypedExpression(String groupName, TypeReference expressionType, Function<AstNode, ResolveResult> resolver, int options) -
Uses of ResolveResult in com.strobel.decompiler.semantics
Methods in com.strobel.decompiler.semantics that return types with arguments of type ResolveResult