Uses of Interface
com.strobel.assembler.metadata.IMethodSignature
Packages that use IMethodSignature
Package
Description
-
Uses of IMethodSignature in com.strobel.assembler.metadata
Classes in com.strobel.assembler.metadata that implement IMethodSignatureModifier and TypeClassDescriptionprivate static final class
(package private) final class
private static final class
class
class
User: Mike Strobel Date: 1/6/13 Time: 2:29 PMfinal class
private static final class
Fields in com.strobel.assembler.metadata declared as IMethodSignatureModifier and TypeFieldDescriptionprivate IMethodSignature
ParameterDefinition._method
private final IMethodSignature
DynamicCallSite._methodType
private final IMethodSignature
MetadataParser.UnresolvedMethod._signature
(package private) final IMethodSignature
ParameterDefinitionCollection.signature
Methods in com.strobel.assembler.metadata that return IMethodSignatureModifier and TypeMethodDescriptionfinal IMethodSignature
ParameterDefinition.getMethod()
final IMethodSignature
DynamicCallSite.getMethodType()
ClassFileReader.Scope.lookupMethodType
(int token) IMetadataScope.lookupMethodType
(int token) CoreMetadataFactory.makeMethodSignature
(TypeReference returnType, List<TypeReference> parameterTypes, List<GenericParameter> genericParameters, List<TypeReference> thrownTypes) MetadataParser.parseMethodSignature
(String signature) private IMethodSignature
ClassFileReader.tryParseMethodSignature
(String signature, IMethodSignature fallback) Methods in com.strobel.assembler.metadata with parameters of type IMethodSignatureModifier and TypeMethodDescription(package private) static StringBuilder
MethodReference.appendErasedSignature
(IMethodSignature method, StringBuilder sb) (package private) static StringBuilder
MethodReference.appendSignature
(IMethodSignature method, StringBuilder sb) (package private) MethodReference
MetadataParser.lookupMethod
(TypeReference declaringType, String name, IMethodSignature signature) (package private) final void
ParameterDefinition.setMethod
(IMethodSignature method) private IMethodSignature
ClassFileReader.tryParseMethodSignature
(String signature, IMethodSignature fallback) TypeVisitor.visitMethod
(long flags, String name, IMethodSignature signature, TypeReference... thrownTypes) Constructors in com.strobel.assembler.metadata with parameters of type IMethodSignatureModifierConstructorDescriptionDynamicCallSite
(int bootstrapMethodIndex, MethodHandle method, List<Object> bootstrapArguments, String methodName, IMethodSignature methodType) (package private)
ParameterDefinitionCollection
(IMethodSignature signature) (package private)
UnresolvedMethod
(TypeReference declaringType, String name, IMethodSignature signature) -
Uses of IMethodSignature in com.strobel.assembler.metadata.signatures
Methods in com.strobel.assembler.metadata.signatures that return IMethodSignatureModifier and TypeMethodDescriptionMetadataFactory.makeMethodSignature
(TypeReference returnType, List<TypeReference> parameterTypes, List<GenericParameter> genericParameters, List<TypeReference> thrownTypes) -
Uses of IMethodSignature in com.strobel.decompiler
Methods in com.strobel.decompiler with parameters of type IMethodSignatureModifier and TypeMethodDescriptionprivate static void
DecompilerHelpers.formatMethodSignature
(ITextOutput writer, IMethodSignature signature, Stack<TypeReference> typeStack) static void
DecompilerHelpers.writeMethodSignature
(ITextOutput writer, IMethodSignature signature) -
Uses of IMethodSignature in com.strobel.decompiler.languages.java.ast.transforms
Methods in com.strobel.decompiler.languages.java.ast.transforms with parameters of type IMethodSignatureModifier and TypeMethodDescriptionprotected InvocationExpression
AbstractHelperClassTransform.makeMethodType
(IMethodSignature methodSignature) -
Uses of IMethodSignature in com.strobel.decompiler.languages.java.utilities
Methods in com.strobel.decompiler.languages.java.utilities that return IMethodSignatureModifier and TypeMethodDescriptionstatic IMethodSignature
TypeUtilities.getLambdaSignature
(LambdaExpression node) static IMethodSignature
TypeUtilities.getLambdaSignature
(MethodGroupExpression node) private static IMethodSignature
TypeUtilities.getLambdaSignatureCore
(Expression node)