Uses of Class
xyz.janboerman.scalaloader.bytecode.LocalVariable
Packages that use LocalVariable
-
Uses of LocalVariable in xyz.janboerman.scalaloader.bytecode
Methods in xyz.janboerman.scalaloader.bytecode that return types with arguments of type LocalVariableModifier and TypeMethodDescriptionLocalVariableTable.getFrameLocals()
LocalVariableTable.getLocalVariables()
LocalVariableTable.iterator()
Methods in xyz.janboerman.scalaloader.bytecode with parameters of type LocalVariableModifier and TypeMethodDescriptionvoid
LocalVariableTable.add
(LocalVariable localVariable) void
LocalVariableTable.add
(LocalVariable... localVariables)