nl.tudelft.simulation.dsol.interpreter.classfile
Class LineNumber

java.lang.Object
  extended by nl.tudelft.simulation.dsol.interpreter.classfile.LineNumber

public class LineNumber
extends Object

A LineNumber
(c) copyright 2002-2005 Delft University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
License of use: Lesser General Public License (LGPL) , no warranty.

Version:
$Revision: 1.1 $ $Date: 2007/01/06 13:25:12 $
Author:
Peter Jacobs

Constructor Summary
LineNumber(DataInput dataInput)
          constructs a new LineNumber
 
Method Summary
 int getLineNumber()
           
 int getStartByte()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LineNumber

public LineNumber(DataInput dataInput)
           throws IOException
constructs a new LineNumber

Parameters:
dataInput - dataInput to use
Throws:
IOException - on failure
Method Detail

getLineNumber

public int getLineNumber()
Returns:
Returns the lineNumber.

getStartByte

public int getStartByte()
Returns:
Returns the startByte.


Copyright © 2002-2011 Delft University of Technology, the Netherlands. All Rights Reserved.