Uses of Class
com.strobel.assembler.metadata.VariableDefinition
Packages that use VariableDefinition
Package
Description
-
Uses of VariableDefinition in com.strobel.assembler.metadata
Subclasses with type arguments of type VariableDefinition in com.strobel.assembler.metadataMethods in com.strobel.assembler.metadata that return VariableDefinitionModifier and TypeMethodDescriptionVariableDefinitionCollection.find(int slot) VariableDefinitionCollection.find(int slot, int instructionOffset) VariableDefinition.resolve()final VariableDefinitionVariableDefinitionCollection.UnknownVariableReference.resolve()abstract VariableDefinitionVariableReference.resolve()VariableDefinitionCollection.tryFind(int slot) VariableDefinitionCollection.tryFind(int slot, int instructionOffset) Methods in com.strobel.assembler.metadata that return types with arguments of type VariableDefinition -
Uses of VariableDefinition in com.strobel.decompiler.ast
Fields in com.strobel.decompiler.ast declared as VariableDefinitionMethods in com.strobel.decompiler.ast that return VariableDefinitionMethods in com.strobel.decompiler.ast that return types with arguments of type VariableDefinitionModifier and TypeMethodDescriptionprivate static Map<String, VariableDefinition> AstBuilder.makeVariableLookup(VariableDefinitionCollection variables) Methods in com.strobel.decompiler.ast with parameters of type VariableDefinitionModifier and TypeMethodDescriptionprivate static StringAstBuilder.key(VariableDefinition variable) private List<AstBuilder.VariableInfo> AstBuilder.processVariableUnoptimized(MethodDefinition method, int slot, List<AstBuilder.ByteCode> definitions, List<AstBuilder.ByteCode> references, VariableDefinition vDef) final voidVariable.setOriginalVariable(VariableDefinition originalVariable) -
Uses of VariableDefinition in com.strobel.decompiler.languages
Methods in com.strobel.decompiler.languages that return VariableDefinitionModifier and TypeMethodDescriptionprivate VariableDefinitionBytecodeLanguage.InstructionPrinter.findVariable(OpCode op, int slot, int offset) -
Uses of VariableDefinition in com.strobel.decompiler.languages.java.ast
Fields in com.strobel.decompiler.languages.java.ast with type parameters of type VariableDefinition