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.Void
JavaOutputVisitor. 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 InvocationExpression
AstType. invoke(MethodReference methodReference, Expression... arguments)
InvocationExpression
AstType. invoke(MethodReference methodReference, java.lang.Iterable<AstType> typeArguments, Expression... arguments)
InvocationExpression
AstType. invoke(MethodReference methodReference, java.lang.Iterable<AstType> typeArguments, java.lang.Iterable<Expression> arguments)
InvocationExpression
AstType. invoke(MethodReference methodReference, java.lang.Iterable<Expression> arguments)
InvocationExpression
AstType. invoke(java.lang.String methodName, Expression... arguments)
InvocationExpression
AstType. invoke(java.lang.String methodName, java.lang.Iterable<AstType> typeArguments, Expression... arguments)
InvocationExpression
AstType. invoke(java.lang.String methodName, java.lang.Iterable<AstType> typeArguments, java.lang.Iterable<Expression> arguments)
InvocationExpression
AstType. invoke(java.lang.String methodName, java.lang.Iterable<Expression> arguments)
InvocationExpression
Expression. invoke(MethodReference methodReference, Expression... arguments)
InvocationExpression
Expression. invoke(MethodReference methodReference, java.lang.Iterable<AstType> typeArguments, Expression... arguments)
InvocationExpression
Expression. invoke(MethodReference methodReference, java.lang.Iterable<AstType> typeArguments, java.lang.Iterable<Expression> arguments)
InvocationExpression
Expression. invoke(MethodReference methodReference, java.lang.Iterable<Expression> arguments)
InvocationExpression
Expression. invoke(Expression... arguments)
InvocationExpression
Expression. invoke(java.lang.Iterable<Expression> arguments)
InvocationExpression
Expression. invoke(java.lang.String methodName, Expression... arguments)
InvocationExpression
Expression. invoke(java.lang.String methodName, java.lang.Iterable<AstType> typeArguments, Expression... arguments)
InvocationExpression
Expression. invoke(java.lang.String methodName, java.lang.Iterable<AstType> typeArguments, java.lang.Iterable<Expression> arguments)
InvocationExpression
Expression. 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 S
DepthFirstAstVisitor. visitInvocationExpression(InvocationExpression node, T data)
R
IAstVisitor. visitInvocationExpression(InvocationExpression node, T data)
java.lang.Void
InsertParenthesesVisitor. visitInvocationExpression(InvocationExpression node, java.lang.Void data)
java.util.Set<java.lang.Object>
JavaNameResolver.FindDeclarationVisitor. visitInvocationExpression(InvocationExpression node, java.lang.String name)
ResolveResult
JavaResolver.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) InvocationExpression
InvokeDynamicRewriter.IndyHelperBuilder. bootstrapCall
Methods in com.strobel.decompiler.languages.java.ast.transforms that return InvocationExpression Modifier and Type Method Description protected InvocationExpression
AbstractHelperClassTransform. makeBootstrapCall(DynamicCallSite callSite, Variable lookupVariable)
protected InvocationExpression
AbstractHelperClassTransform. makeMethodHandle(Expression lookup, MethodHandle handle)
protected InvocationExpression
AbstractHelperClassTransform. makeMethodHandle(Expression lookup, MethodHandle handle, Expression methodType)
protected InvocationExpression
AbstractHelperClassTransform. makeMethodHandle(Expression lookup, MethodHandle handle, Expression methodType, TypeReference optionalSpecialCaller)
protected InvocationExpression
AbstractHelperClassTransform. makeMethodType(IMethodSignature methodSignature)
Methods in com.strobel.decompiler.languages.java.ast.transforms with parameters of type InvocationExpression Modifier and Type Method Description private void
IntroduceStringConcatenationTransform. handleIndyConcat(InvocationExpression parent, AstNodeCollection<Expression> arguments)
private void
IntroduceStringConcatenationTransform. handleIndyConcatWithConstants(InvocationExpression parent, DynamicCallSite callSite, AstNodeCollection<Expression> arguments)
private boolean
RemoveImplicitBoxingTransform. isValidPrimitiveParent(InvocationExpression node, AstNode parent)
private boolean
RemoveImplicitBoxingTransform. performUnboxingRemoval(InvocationExpression e, MemberReferenceExpression target)
private void
RemoveImplicitBoxingTransform. removeBoxing(InvocationExpression node)
private void
RemoveImplicitBoxingTransform. removeUnboxing(InvocationExpression e)
java.lang.Void
EliminateSyntheticAccessorsTransform. visitInvocationExpression(InvocationExpression node, java.lang.Void data)
java.lang.Void
IntroduceOuterClassReferencesTransform. visitInvocationExpression(InvocationExpression node, java.lang.Void data)
java.lang.Void
InvokeDynamicRewriter. visitInvocationExpression(InvocationExpression node, java.lang.Void data)
java.lang.Void
RemoveImplicitBoxingTransform. visitInvocationExpression(InvocationExpression node, java.lang.Void data)
java.lang.Void
VarArgsTransform. 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.Void
RedundantCastUtility.IsRedundantVisitor. visitInvocationExpression(InvocationExpression node, java.lang.Void data)
-