net.sf.plb4jedit.plb
Class Variable

java.lang.Object
  extended bynet.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

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

Constructor Detail

Variable

public Variable(String source,
                int lineno,
                String name,
                String doc)
Method Detail

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.