Uses of Interface
com.strobel.assembler.metadata.IMethodSignature
-
-
Uses of IMethodSignature in com.strobel.assembler.metadata
Classes in com.strobel.assembler.metadata that implement IMethodSignature Modifier and Type Class Description private static classCoreMetadataFactory.MethodSignature(package private) classGenericMethodInstanceprivate static classMetadataParser.UnresolvedMethodclassMethodDefinitionclassMethodReferenceUser: Mike Strobel Date: 1/6/13 Time: 2:29 PMclassRawMethodprivate static classRecordTypeDefinition.RecordMethodFields in com.strobel.assembler.metadata declared as IMethodSignature Modifier and Type Field Description private IMethodSignatureParameterDefinition. _methodprivate IMethodSignatureDynamicCallSite. _methodTypeprivate IMethodSignatureMetadataParser.UnresolvedMethod. _signature(package private) IMethodSignatureParameterDefinitionCollection. signatureMethods in com.strobel.assembler.metadata that return IMethodSignature Modifier and Type Method Description IMethodSignatureParameterDefinition. getMethod()IMethodSignatureDynamicCallSite. getMethodType()IMethodSignatureClassFileReader.Scope. lookupMethodType(int token)IMethodSignatureIMetadataScope. lookupMethodType(int token)IMethodSignatureCoreMetadataFactory. makeMethodSignature(TypeReference returnType, java.util.List<TypeReference> parameterTypes, java.util.List<GenericParameter> genericParameters, java.util.List<TypeReference> thrownTypes)IMethodSignatureMetadataParser. parseMethodSignature(java.lang.String signature)private IMethodSignatureClassFileReader. tryParseMethodSignature(java.lang.String signature, IMethodSignature fallback)Methods in com.strobel.assembler.metadata with parameters of type IMethodSignature Modifier and Type Method Description (package private) static java.lang.StringBuilderMethodReference. appendErasedSignature(IMethodSignature method, java.lang.StringBuilder sb)(package private) static java.lang.StringBuilderMethodReference. appendSignature(IMethodSignature method, java.lang.StringBuilder sb)(package private) MethodReferenceMetadataParser. lookupMethod(TypeReference declaringType, java.lang.String name, IMethodSignature signature)(package private) voidParameterDefinition. setMethod(IMethodSignature method)private IMethodSignatureClassFileReader. tryParseMethodSignature(java.lang.String signature, IMethodSignature fallback)MethodVisitorTypeVisitor. visitMethod(long flags, java.lang.String name, IMethodSignature signature, TypeReference... thrownTypes)Constructors in com.strobel.assembler.metadata with parameters of type IMethodSignature Constructor Description DynamicCallSite(int bootstrapMethodIndex, MethodHandle method, java.util.List<java.lang.Object> bootstrapArguments, java.lang.String methodName, IMethodSignature methodType)ParameterDefinitionCollection(IMethodSignature signature)UnresolvedMethod(TypeReference declaringType, java.lang.String name, IMethodSignature signature) -
Uses of IMethodSignature in com.strobel.assembler.metadata.signatures
Methods in com.strobel.assembler.metadata.signatures that return IMethodSignature Modifier and Type Method Description IMethodSignatureMetadataFactory. makeMethodSignature(TypeReference returnType, java.util.List<TypeReference> parameterTypes, java.util.List<GenericParameter> genericParameters, java.util.List<TypeReference> thrownTypes) -
Uses of IMethodSignature in com.strobel.decompiler
Methods in com.strobel.decompiler with parameters of type IMethodSignature Modifier and Type Method Description private static voidDecompilerHelpers. formatMethodSignature(ITextOutput writer, IMethodSignature signature, java.util.Stack<TypeReference> typeStack)static 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 IMethodSignature Modifier and Type Method Description protected InvocationExpressionAbstractHelperClassTransform. makeMethodType(IMethodSignature methodSignature) -
Uses of IMethodSignature in com.strobel.decompiler.languages.java.utilities
Methods in com.strobel.decompiler.languages.java.utilities that return IMethodSignature Modifier and Type Method Description static IMethodSignatureTypeUtilities. getLambdaSignature(LambdaExpression node)static IMethodSignatureTypeUtilities. getLambdaSignature(MethodGroupExpression node)private static IMethodSignatureTypeUtilities. getLambdaSignatureCore(Expression node)
-