alt.jiapi.file.attribute
Class LineNumberTableAttribute

java.lang.Object
  extended by alt.jiapi.file.attribute.Attribute
      extended by alt.jiapi.file.attribute.LineNumberTableAttribute

public class LineNumberTableAttribute
extends Attribute

LineNumberTable attribute.

Author:
Mika Riekkinen
See Also:
4.8.12

Nested Class Summary
 class LineNumberTableAttribute.Entry
           
 
Field Summary
static java.lang.String ATTRIBUTE_NAME
          Name of the attribute.
 
Fields inherited from class alt.jiapi.file.attribute.Attribute
cp
 
Method Summary
 byte[] getBytes()
          Get the bytes of this attribute.
 java.util.List getEntries()
           
 
Methods inherited from class alt.jiapi.file.attribute.Attribute
getAttributeNameIndex, getDataInputStream, getName, readAttribute, setConstantPool, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ATTRIBUTE_NAME

public static final java.lang.String ATTRIBUTE_NAME
Name of the attribute.

See Also:
Constant Field Values
Method Detail

getBytes

public byte[] getBytes()
Description copied from class: Attribute
Get the bytes of this attribute.

Overrides:
getBytes in class Attribute
Returns:
bytes representing this Attribute.

getEntries

public java.util.List getEntries()


Copyright © 2001. Documenation generated August 26 2011.