net.sf.plb4jedit.plb
Class Variable
java.lang.Object
net.sf.plb4jedit.plb.Variable
- public class Variable
- extends Object
represents a variable definition by its source and lineno, name and a (not yet properly filled) documentation.
- Author:
- Peter Schaefer
Variable
public Variable(String source,
int lineno,
String name,
String doc)
getDoc
public String getDoc()
- Returns:
getName
public String getName()
- Returns:
getLineno
public int getLineno()
- Returns:
getSource
public String getSource()
- Returns:
toString
public String toString()
Copyright © 2003 Riege Software Internationl. All Rights Reserved.