com.judoscript.util.classfile
Class Attr.AttrLineNumberTable

java.lang.Object
  extended by com.judoscript.util.classfile.Attr
      extended by com.judoscript.util.classfile.Attr.AttrLineNumberTable
Enclosing class:
Attr

public static class Attr.AttrLineNumberTable
extends Attr


Nested Class Summary
 
Nested classes/interfaces inherited from class com.judoscript.util.classfile.Attr
Attr.AttrInnerClasses, Attr.AttrLineNumberTable, Attr.Code, Attr.Custom, Attr.Exceptions, Attr.U2Value
 
Constructor Summary
Attr.AttrLineNumberTable(int name_i, int len)
           
 
Method Summary
 void printHtml(java.io.PrintWriter out)
           
 void write(java.io.DataOutputStream out)
           
 
Methods inherited from class com.judoscript.util.classfile.Attr
getName, read
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Attr.AttrLineNumberTable

public Attr.AttrLineNumberTable(int name_i,
                                int len)
Method Detail

printHtml

public void printHtml(java.io.PrintWriter out)
               throws java.io.IOException
Overrides:
printHtml in class Attr
Throws:
java.io.IOException

write

public void write(java.io.DataOutputStream out)
           throws java.io.IOException
Overrides:
write in class Attr
Throws:
java.io.IOException