Uses of Class
com.strobel.decompiler.languages.java.ast.MethodGroupExpression
-
-
Uses of MethodGroupExpression in com.strobel.decompiler.languages.java
Methods in com.strobel.decompiler.languages.java with parameters of type MethodGroupExpression Modifier and Type Method Description java.lang.Void
JavaOutputVisitor. visitMethodGroupExpression(MethodGroupExpression node, java.lang.Void ignored)
-
Uses of MethodGroupExpression in com.strobel.decompiler.languages.java.ast
Methods in com.strobel.decompiler.languages.java.ast with parameters of type MethodGroupExpression Modifier and Type Method Description S
DepthFirstAstVisitor. visitMethodGroupExpression(MethodGroupExpression node, T data)
R
IAstVisitor. visitMethodGroupExpression(MethodGroupExpression node, T data)
java.util.Set<java.lang.Object>
JavaNameResolver.FindDeclarationVisitor. visitMethodGroupExpression(MethodGroupExpression node, java.lang.String name)
ResolveResult
JavaResolver.ResolveVisitor. visitMethodGroupExpression(MethodGroupExpression node, java.lang.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 MethodGroupExpression Modifier and Type Method Description private void
LambdaTransform. inlineLambda(MethodGroupExpression methodGroup, MethodDefinition method)
java.lang.Void
LambdaTransform. visitMethodGroupExpression(MethodGroupExpression node, java.lang.Void data)
-
Uses of MethodGroupExpression in com.strobel.decompiler.languages.java.utilities
Methods in com.strobel.decompiler.languages.java.utilities with parameters of type MethodGroupExpression Modifier and Type Method Description static IMethodSignature
TypeUtilities. getLambdaSignature(MethodGroupExpression node)
-