net.sf.plb4jedit.plb
Class Label
java.lang.Object
net.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
Label
public Label(String source,
int lineno,
String label,
String doc)
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.