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 TypeClassDescriptionclassclassUser: Mike Strobel Date: 1/6/13 Time: 2:29 PMfinal classMethods in com.strobel.assembler.metadata that return IMethodSignatureModifier and TypeMethodDescriptionfinal IMethodSignatureParameterDefinition.getMethod()final IMethodSignatureDynamicCallSite.getMethodType()IMetadataScope.lookupMethodType(int token) CoreMetadataFactory.makeMethodSignature(TypeReference returnType, List<TypeReference> parameterTypes, List<GenericParameter> genericParameters, List<TypeReference> thrownTypes) MetadataParser.parseMethodSignature(String signature) Methods in com.strobel.assembler.metadata with parameters of type IMethodSignatureModifier and TypeMethodDescriptionTypeVisitor.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) -
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 TypeMethodDescriptionstatic voidDecompilerHelpers.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 InvocationExpressionAbstractHelperClassTransform.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 IMethodSignatureTypeUtilities.getLambdaSignature(LambdaExpression node) static IMethodSignatureTypeUtilities.getLambdaSignature(MethodGroupExpression node)