net.sf.plb4jedit.plb
Class Label

java.lang.Object
  extended bynet.sf.plb4jedit.plb.Label

public class Label
extends Object

Represents a procars label or routine. Gives access to the source (absolute path of program or include where the label is defined) and the lineno and the label name.
TODO: in parsing class: fill documentation properly

Author:
Peter Schaefer

Constructor Summary
Label(String source, int lineno, String label, String doc)
           
 
Method Summary
 String getDoc()
           
 String getLabel()
           
 int getLineno()
           
 String getSource()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Label

public Label(String source,
             int lineno,
             String label,
             String doc)
Method Detail

getDoc

public String getDoc()
Returns:

getLabel

public String getLabel()
Returns:

getLineno

public int getLineno()
Returns:

getSource

public String getSource()
Returns:

toString

public String toString()


Copyright © 2003 Riege Software Internationl. All Rights Reserved.