]> source.dussan.org Git - javassist.git/commitdiff
javadoc updates
authorchiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>
Wed, 14 Feb 2007 11:24:46 +0000 (11:24 +0000)
committerchiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>
Wed, 14 Feb 2007 11:24:46 +0000 (11:24 +0000)
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@352 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

src/main/javassist/bytecode/LocalVariableAttribute.java

index da90dd309d894986a297c1ceb66f664d08cad1d2..ff4c1d692583a2599e1bd04d24b4b4fdcd9f1491 100644 (file)
@@ -184,6 +184,7 @@ public class LocalVariableAttribute extends AttributeInfo {
      * 
      * @param i         the i-th entry.
      * @see #descriptorIndex(int)
+     * @see SignatureAttribute#toFieldSignature(String)
      */
     public int signatureIndex(int i) {
         return descriptorIndex(i);
@@ -208,9 +209,13 @@ public class LocalVariableAttribute extends AttributeInfo {
      * If this attribute represents a LocalVariableTypeTable attribute,
      * this method should be used instead of <code>descriptor()</code>
      * since the method name is more appropriate.
-     * 
+     *
+     * <p>To parse the string, call <code>toFieldSignature(String)</code>
+     * in <code>SignatureAttribute</code>.
+     *
      * @param i         the i-th entry.
      * @see #descriptor(int)
+     * @see SignatureAttribute#toFieldSignature(String)
      */
     public String signature(int i) {
         return descriptor(i);