Uses of Class
com.strobel.decompiler.languages.java.ast.InvocationExpression
-
-
Uses of InvocationExpression in com.strobel.decompiler.languages.java
Methods in com.strobel.decompiler.languages.java with parameters of type InvocationExpression Modifier and Type Method Description java.lang.VoidJavaOutputVisitor. visitInvocationExpression(InvocationExpression node, java.lang.Void ignored) -
Uses of InvocationExpression in com.strobel.decompiler.languages.java.ast
Methods in com.strobel.decompiler.languages.java.ast that return InvocationExpression Modifier and Type Method Description InvocationExpressionAstType. invoke(MethodReference methodReference, Expression... arguments)InvocationExpressionAstType. invoke(MethodReference methodReference, java.lang.Iterable<AstType> typeArguments, Expression... arguments)InvocationExpressionAstType. invoke(MethodReference methodReference, java.lang.Iterable<AstType> typeArguments, java.lang.Iterable<Expression> arguments)InvocationExpressionAstType. invoke(MethodReference methodReference, java.lang.Iterable<Expression> arguments)InvocationExpressionAstType. invoke(java.lang.String methodName, Expression... arguments)InvocationExpressionAstType. invoke(java.lang.String methodName, java.lang.Iterable<AstType> typeArguments, Expression... arguments)InvocationExpressionAstType. invoke(java.lang.String methodName, java.lang.Iterable<AstType> typeArguments, java.lang.Iterable<Expression> arguments)InvocationExpressionAstType. invoke(java.lang.String methodName, java.lang.Iterable<Expression> arguments)InvocationExpressionExpression. invoke(MethodReference methodReference, Expression... arguments)InvocationExpressionExpression. invoke(MethodReference methodReference, java.lang.Iterable<AstType> typeArguments, Expression... arguments)InvocationExpressionExpression. invoke(MethodReference methodReference, java.lang.Iterable<AstType> typeArguments, java.lang.Iterable<Expression> arguments)InvocationExpressionExpression. invoke(MethodReference methodReference, java.lang.Iterable<Expression> arguments)InvocationExpressionExpression. invoke(Expression... arguments)InvocationExpressionExpression. invoke(java.lang.Iterable<Expression> arguments)InvocationExpressionExpression. invoke(java.lang.String methodName, Expression... arguments)InvocationExpressionExpression. invoke(java.lang.String methodName, java.lang.Iterable<AstType> typeArguments, Expression... arguments)InvocationExpressionExpression. invoke(java.lang.String methodName, java.lang.Iterable<AstType> typeArguments, java.lang.Iterable<Expression> arguments)InvocationExpressionExpression. invoke(java.lang.String methodName, java.lang.Iterable<Expression> arguments)Methods in com.strobel.decompiler.languages.java.ast with parameters of type InvocationExpression Modifier and Type Method Description SDepthFirstAstVisitor. visitInvocationExpression(InvocationExpression node, T data)RIAstVisitor. visitInvocationExpression(InvocationExpression node, T data)java.lang.VoidInsertParenthesesVisitor. visitInvocationExpression(InvocationExpression node, java.lang.Void data)java.util.Set<java.lang.Object>JavaNameResolver.FindDeclarationVisitor. visitInvocationExpression(InvocationExpression node, java.lang.String name)ResolveResultJavaResolver.ResolveVisitor. visitInvocationExpression(InvocationExpression node, java.lang.Void p) -
Uses of InvocationExpression in com.strobel.decompiler.languages.java.ast.transforms
Fields in com.strobel.decompiler.languages.java.ast.transforms declared as InvocationExpression Modifier and Type Field Description (package private) InvocationExpressionInvokeDynamicRewriter.IndyHelperBuilder. bootstrapCallMethods in com.strobel.decompiler.languages.java.ast.transforms that return InvocationExpression Modifier and Type Method Description protected InvocationExpressionAbstractHelperClassTransform. makeBootstrapCall(DynamicCallSite callSite, Variable lookupVariable)protected InvocationExpressionAbstractHelperClassTransform. makeMethodHandle(Expression lookup, MethodHandle handle)protected InvocationExpressionAbstractHelperClassTransform. makeMethodHandle(Expression lookup, MethodHandle handle, Expression methodType)protected InvocationExpressionAbstractHelperClassTransform. makeMethodHandle(Expression lookup, MethodHandle handle, Expression methodType, TypeReference optionalSpecialCaller)protected InvocationExpressionAbstractHelperClassTransform. makeMethodType(IMethodSignature methodSignature)Methods in com.strobel.decompiler.languages.java.ast.transforms with parameters of type InvocationExpression Modifier and Type Method Description private voidIntroduceStringConcatenationTransform. handleIndyConcat(InvocationExpression parent, AstNodeCollection<Expression> arguments)private voidIntroduceStringConcatenationTransform. handleIndyConcatWithConstants(InvocationExpression parent, DynamicCallSite callSite, AstNodeCollection<Expression> arguments)private booleanRemoveImplicitBoxingTransform. isValidPrimitiveParent(InvocationExpression node, AstNode parent)private booleanRemoveImplicitBoxingTransform. performUnboxingRemoval(InvocationExpression e, MemberReferenceExpression target)private voidRemoveImplicitBoxingTransform. removeBoxing(InvocationExpression node)private voidRemoveImplicitBoxingTransform. removeUnboxing(InvocationExpression e)java.lang.VoidEliminateSyntheticAccessorsTransform. visitInvocationExpression(InvocationExpression node, java.lang.Void data)java.lang.VoidIntroduceOuterClassReferencesTransform. visitInvocationExpression(InvocationExpression node, java.lang.Void data)java.lang.VoidInvokeDynamicRewriter. visitInvocationExpression(InvocationExpression node, java.lang.Void data)java.lang.VoidRemoveImplicitBoxingTransform. visitInvocationExpression(InvocationExpression node, java.lang.Void data)java.lang.VoidVarArgsTransform. visitInvocationExpression(InvocationExpression node, java.lang.Void data) -
Uses of InvocationExpression in com.strobel.decompiler.languages.java.utilities
Methods in com.strobel.decompiler.languages.java.utilities with parameters of type InvocationExpression Modifier and Type Method Description java.lang.VoidRedundantCastUtility.IsRedundantVisitor. visitInvocationExpression(InvocationExpression node, java.lang.Void data)
-