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.VoidJavaOutputVisitor. 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 SDepthFirstAstVisitor. visitMethodGroupExpression(MethodGroupExpression node, T data)RIAstVisitor. visitMethodGroupExpression(MethodGroupExpression node, T data)java.util.Set<java.lang.Object>JavaNameResolver.FindDeclarationVisitor. visitMethodGroupExpression(MethodGroupExpression node, java.lang.String name)ResolveResultJavaResolver.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 voidLambdaTransform. inlineLambda(MethodGroupExpression methodGroup, MethodDefinition method)java.lang.VoidLambdaTransform. 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 IMethodSignatureTypeUtilities. getLambdaSignature(MethodGroupExpression node)
-