Uses of Class
com.strobel.assembler.metadata.VariableDefinition
-
Packages that use VariableDefinition Package Description com.strobel.assembler.metadata com.strobel.decompiler.ast com.strobel.decompiler.languages com.strobel.decompiler.languages.java.ast -
-
Uses of VariableDefinition in com.strobel.assembler.metadata
Methods in com.strobel.assembler.metadata that return VariableDefinition Modifier and Type Method Description VariableDefinitionVariableDefinitionCollection. find(int slot)VariableDefinitionVariableDefinitionCollection. find(int slot, int instructionOffset)VariableDefinitionVariableDefinition. resolve()VariableDefinitionVariableDefinitionCollection.UnknownVariableReference. resolve()abstract VariableDefinitionVariableReference. resolve()VariableDefinitionVariableDefinitionCollection. tryFind(int slot)VariableDefinitionVariableDefinitionCollection. tryFind(int slot, int instructionOffset)Methods in com.strobel.assembler.metadata that return types with arguments of type VariableDefinition Modifier and Type Method Description java.util.List<VariableDefinition>IVariableDefinitionProvider. getVariables() -
Uses of VariableDefinition in com.strobel.decompiler.ast
Fields in com.strobel.decompiler.ast declared as VariableDefinition Modifier and Type Field Description private VariableDefinitionVariable. _originalVariableMethods in com.strobel.decompiler.ast that return VariableDefinition Modifier and Type Method Description VariableDefinitionVariable. getOriginalVariable()Methods in com.strobel.decompiler.ast that return types with arguments of type VariableDefinition Modifier and Type Method Description private static java.util.Map<java.lang.String,VariableDefinition>AstBuilder. makeVariableLookup(VariableDefinitionCollection variables)Methods in com.strobel.decompiler.ast with parameters of type VariableDefinition Modifier and Type Method Description private static java.lang.StringAstBuilder. key(VariableDefinition variable)private java.util.List<AstBuilder.VariableInfo>AstBuilder. processVariableUnoptimized(MethodDefinition method, int slot, java.util.List<AstBuilder.ByteCode> definitions, java.util.List<AstBuilder.ByteCode> references, VariableDefinition vDef)voidVariable. setOriginalVariable(VariableDefinition originalVariable) -
Uses of VariableDefinition in com.strobel.decompiler.languages
Methods in com.strobel.decompiler.languages that return VariableDefinition Modifier and Type Method Description private 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 Modifier and Type Field Description static Key<VariableDefinition>Keys. VARIABLE_DEFINITION
-