jasm.attributes
Class LineNumberTable.Entry

java.lang.Object
  extended by jasm.attributes.LineNumberTable.Entry
Enclosing class:
LineNumberTable

public static final class LineNumberTable.Entry
extends java.lang.Object


Field Summary
 int line
           
 int start
           
 
Constructor Summary
LineNumberTable.Entry(int start, int line)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

start

public final int start

line

public final int line
Constructor Detail

LineNumberTable.Entry

public LineNumberTable.Entry(int start,
                             int line)


Copyright © 2013 David J. Pearce. All Rights Reserved.