Uses of Class
com.strobel.decompiler.languages.java.ast.MethodGroupExpression
Packages that use MethodGroupExpression
Package
Description
-
Uses of MethodGroupExpression in com.strobel.decompiler.languages.java
Methods in com.strobel.decompiler.languages.java with parameters of type MethodGroupExpressionModifier and TypeMethodDescriptionJavaOutputVisitor.visitMethodGroupExpression(MethodGroupExpression node, Void ignored) -
Uses of MethodGroupExpression in com.strobel.decompiler.languages.java.ast
Methods in com.strobel.decompiler.languages.java.ast with parameters of type MethodGroupExpressionModifier and TypeMethodDescriptionDepthFirstAstVisitor.visitMethodGroupExpression(MethodGroupExpression node, T data) IAstVisitor.visitMethodGroupExpression(MethodGroupExpression node, T data) JavaNameResolver.FindDeclarationVisitor.visitMethodGroupExpression(MethodGroupExpression node, String name) JavaResolver.ResolveVisitor.visitMethodGroupExpression(MethodGroupExpression node, Void data) -
Uses of MethodGroupExpression in com.strobel.decompiler.languages.java.ast.transforms
Methods in com.strobel.decompiler.languages.java.ast.transforms with parameters of type MethodGroupExpressionModifier and TypeMethodDescriptionprivate voidLambdaTransform.inlineLambda(MethodGroupExpression methodGroup, MethodDefinition method) LambdaTransform.visitMethodGroupExpression(MethodGroupExpression node, Void data) -
Uses of MethodGroupExpression in com.strobel.decompiler.languages.java.utilities
Methods in com.strobel.decompiler.languages.java.utilities with parameters of type MethodGroupExpressionModifier and TypeMethodDescriptionstatic IMethodSignatureTypeUtilities.getLambdaSignature(MethodGroupExpression node)