Uses of Class
com.strobel.assembler.metadata.DynamicCallSite
Packages that use DynamicCallSite
Package
Description
-
Uses of DynamicCallSite in com.strobel.assembler.ir
Methods in com.strobel.assembler.ir with parameters of type DynamicCallSiteModifier and TypeMethodDescriptionstatic InstructionInstruction.create(OpCode opCode, DynamicCallSite callSite) voidInstructionVisitor.visitDynamicCallSite(OpCode opCode, DynamicCallSite callSite) -
Uses of DynamicCallSite in com.strobel.assembler.metadata
Methods in com.strobel.assembler.metadata that return DynamicCallSite -
Uses of DynamicCallSite in com.strobel.decompiler
Methods in com.strobel.decompiler with parameters of type DynamicCallSiteModifier and TypeMethodDescriptionstatic voidDecompilerHelpers.writeDynamicCallSite(ITextOutput output, DynamicCallSite operand) -
Uses of DynamicCallSite in com.strobel.decompiler.ast
Methods in com.strobel.decompiler.ast that return DynamicCallSiteMethods in com.strobel.decompiler.ast with parameters of type DynamicCallSite -
Uses of DynamicCallSite in com.strobel.decompiler.languages.java.ast
Fields in com.strobel.decompiler.languages.java.ast with type parameters of type DynamicCallSite -
Uses of DynamicCallSite in com.strobel.decompiler.languages.java.ast.transforms
Methods in com.strobel.decompiler.languages.java.ast.transforms with parameters of type DynamicCallSiteModifier and TypeMethodDescriptionprotected InvocationExpressionAbstractHelperClassTransform.makeBootstrapCall(DynamicCallSite callSite, Variable lookupVariable) protected ExpressionAbstractHelperClassTransform.tryConvertArgument(Variable lookupVariable, AstType methodHandles, ParameterDefinition p, DynamicCallSite callSite, int argumentIndex, boolean isVarArgs)