net.sf.plb4jedit.plb
Class PlbParsedData
java.lang.Object
sidekick.SideKickParsedData
net.sf.plb4jedit.plb.PlbParsedData
- public class PlbParsedData
- extends sidekick.SideKickParsedData
contains the parsed data of a plb buffer. This is taken by SideKick-Plugin (Structure browser) to
show the tree structure. PlbParsedData extends SideKickParsedData by the PlbSource, which gives
access to the Resource-Manager to look up variable and label definitions without the necessarity to
re-parse the actual buffer.
- Author:
- Peter Schaefer
Fields inherited from class sidekick.SideKickParsedData |
root, tree |
Methods inherited from class sidekick.SideKickParsedData |
getParsedData, getTreePathForPosition, setParsedData |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlbParsedData
public PlbParsedData(String fileName)
setPlbSource
public void setPlbSource(PlbSource source)
- Parameters:
source
- the parsed PlbSource file which gives access to variables, labels, etc.
getSource
public PlbSource getSource()
- Returns:
- to the underlying PlbSource file and its corresponding ResourceManager.
Copyright © 2003 Riege Software Internationl. All Rights Reserved.