Class Summary |
Include |
Represents a plb include. |
IncludeCache |
implements a caching mechanism for Include objects. |
Label |
Represents a procars label or routine. |
ListingAnalyzer |
$Log: ListingAnalyzer.java,v $
Revision 1.1 2003/11/07 16:57:27 schaefep
initial ps
Revision 1.13 2003/05/27 09:34:09 schaefer
disable debug info
Revision 1.12 2003/05/27 09:31:08 schaefer
fix: recognize error position, e.g. |
PathBroker |
Handles the PLB_PATH to search for includes. |
PlbAsset |
represents a single node in the structure browser tree for plb |
PlbCompletion |
unused yet. |
PlbParsedData |
contains the parsed data of a plb buffer. |
PlbParser |
parses a PLB-source file and extends SideKickParser to view structure (I know there is no .... |
PlbPlugin |
jEdit plugin to add Plb-specific enhancements to jEdit:
SideKick structure view
PlbParser, which gives "goto variable/label declaration" functionality
Plans/TODO for jEdit 4.2. |
PlbSource |
Description: Anaylyze PLB source and give access to its structure (variables, labels, includes). |
ResourceManager |
Description: manages Plb includes of a program to access all interesting resources of
a program (other includes, variable declaration, label definitions). |
SourceLine |
Description: Represents a PLB-Source line, which is no comment.
Parses a line from a source and determines wether it is a label, a variable, an include or a command. |
Variable |
represents a variable definition by its source and lineno, name and a (not yet properly filled) documentation. |