Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.techtrader.modules.tools.bytecode.LocalVariable

Uses of LocalVariable in com.techtrader.modules.tools.bytecode
 

Methods in com.techtrader.modules.tools.bytecode that return LocalVariable
 LocalVariable[] LocalVariableTableAttribute.getLocalVariables()
          Get all the locals of this method.
 LocalVariable LocalVariableTableAttribute.getLocalVariable(java.lang.String name)
          Get the local with the given name.
 LocalVariable LocalVariableTableAttribute.importLocalVariable(LocalVariable local)
          Import a local variable from another method/class.
 LocalVariable LocalVariableTableAttribute.addLocalVariable()
          Add a local to this method.
 LocalVariable LocalVariableTableAttribute.addLocalVariable(java.lang.String name, java.lang.String type)
          Add a local to this method.
 LocalVariable LocalVariableTableAttribute.addLocalVariable(java.lang.String name, java.lang.Class type)
          Add a local to this method.
 

Methods in com.techtrader.modules.tools.bytecode with parameters of type LocalVariable
 LocalVariable LocalVariableTableAttribute.importLocalVariable(LocalVariable local)
          Import a local variable from another method/class.
 boolean LocalVariableTableAttribute.removeLocalVariable(LocalVariable local)
          Removes a local from this method.