Uses of Class
com.strobel.assembler.metadata.MethodDefinition
Packages that use MethodDefinition
Package
Description
-
Uses of MethodDefinition in com.strobel.assembler.metadata
Methods in com.strobel.assembler.metadata that return MethodDefinitionModifier and TypeMethodDescriptionfinal MethodDefinitionVariableDefinition.getDeclaringMethod()final MethodDefinitionMethodBody.getMethod()IMetadataResolver.resolve(MethodReference method) MetadataResolver.resolve(MethodReference method) MethodReference.resolve()RawMethod.resolve()TypeReference.resolve(MethodReference method) Methods in com.strobel.assembler.metadata that return types with arguments of type MethodDefinitionModifier and TypeMethodDescriptionfinal List<MethodDefinition> TypeDefinition.getDeclaredMethods()protected final Collection<MethodDefinition> TypeDefinition.getDeclaredMethodsInternal()Methods in com.strobel.assembler.metadata with parameters of type MethodDefinitionModifier and TypeMethodDescriptionstatic booleanMetadataHelper.isOverride(MethodDefinition method, MethodReference ancestorMethod) Constructors in com.strobel.assembler.metadata with parameters of type MethodDefinitionModifierConstructorDescriptionMethodBody(MethodDefinition methodDefinition) MethodReader(MethodDefinition methodDefinition, IMetadataScope scope) VariableDefinition(int slot, String name, MethodDefinition declaringMethod, TypeReference variableType) VariableDefinitionCollection(MethodDefinition declaringMethod) -
Uses of MethodDefinition in com.strobel.decompiler
Methods in com.strobel.decompiler that return MethodDefinitionMethods in com.strobel.decompiler with parameters of type MethodDefinitionModifier and TypeMethodDescriptionvoidDecompilerContext.setCurrentMethod(MethodDefinition currentMethod) -
Uses of MethodDefinition in com.strobel.decompiler.languages
Methods in com.strobel.decompiler.languages with parameters of type MethodDefinitionModifier and TypeMethodDescriptionvoidBytecodeAstLanguage.decompileMethod(MethodDefinition method, ITextOutput output, DecompilationOptions options) voidBytecodeLanguage.decompileMethod(MethodDefinition method, ITextOutput output, DecompilationOptions options) voidLanguage.decompileMethod(MethodDefinition method, ITextOutput output, DecompilationOptions options) -
Uses of MethodDefinition in com.strobel.decompiler.languages.java
Constructors in com.strobel.decompiler.languages.java with parameters of type MethodDefinition -
Uses of MethodDefinition in com.strobel.decompiler.languages.java.ast
Fields in com.strobel.decompiler.languages.java.ast with type parameters of type MethodDefinitionMethods in com.strobel.decompiler.languages.java.ast with parameters of type MethodDefinitionModifier and TypeMethodDescriptionfinal MethodDeclarationAstBuilder.createMethod(MethodDefinition method) static BlockStatementAstMethodBodyBuilder.createMethodBody(AstBuilder astBuilder, MethodDefinition method, DecompilerContext context, Iterable<ParameterDeclaration> parameters) -
Uses of MethodDefinition in com.strobel.decompiler.languages.java.ast.transforms
Methods in com.strobel.decompiler.languages.java.ast.transforms with parameters of type MethodDefinitionModifier and TypeMethodDescriptionprotected MethodDeclarationAbstractHelperClassTransform.newMethod(MethodDefinition definition)