C D F G H I L M N O P R S T U V

C

compareTo(Object) - Method in class net.sf.plb4jedit.plb.SourceLine
 
complete(EditPane, int) - Method in class net.sf.plb4jedit.plb.PlbParser
 
content() - Method in class net.sf.plb4jedit.plb.IncludeCache
actual content (keys, Strings of absolutePath) of the cache
createMenuItems(Vector) - Method in class net.sf.plb4jedit.plb.PlbPlugin
creates Plugin menu entries from properties in Plb.props: plb.menu.label=Plb plb.menu=Plb - plb.open-variable-declaration plb.goto-label
cvsId - Static variable in class net.sf.plb4jedit.plb.ListingAnalyzer
 
cvsId - Static variable in class net.sf.plb4jedit.plb.PlbSource
 
cvsId - Static variable in class net.sf.plb4jedit.plb.SourceLine
 

D

DIM_ICON - Static variable in class net.sf.plb4jedit.plb.PlbAsset
 
definesLabel(String) - Method in class net.sf.plb4jedit.plb.PlbSource
 
definesVariable(String) - Method in class net.sf.plb4jedit.plb.PlbSource
 

F

FORM_ICON - Static variable in class net.sf.plb4jedit.plb.PlbAsset
 

G

get(String) - Method in class net.sf.plb4jedit.plb.IncludeCache
gets the Include specified by its absolute path.
get(int) - Method in class net.sf.plb4jedit.plb.PlbCompletion
 
getCompletionDescription(int) - Method in class net.sf.plb4jedit.plb.PlbCompletion
 
getDelayCompletionTriggers() - Method in class net.sf.plb4jedit.plb.PlbParser
 
getDoc() - Method in class net.sf.plb4jedit.plb.Label
 
getDoc() - Method in class net.sf.plb4jedit.plb.Variable
 
getGlobalLabels() - Method in class net.sf.plb4jedit.plb.Include
 
getGlobalVariables() - Method in class net.sf.plb4jedit.plb.Include
 
getIcon() - Method in class net.sf.plb4jedit.plb.PlbAsset
 
getIncludes() - Method in class net.sf.plb4jedit.plb.PlbSource
 
getIncludes() - Method in class net.sf.plb4jedit.plb.ResourceManager
 
getIncs() - Method in class net.sf.plb4jedit.plb.Include
 
getInstance(String) - Static method in class net.sf.plb4jedit.plb.Include
gives access to Include Instances via an IncludeCache.
getInstance() - Static method in class net.sf.plb4jedit.plb.IncludeCache
gives access to the singletion instance of this cache.
getKeyword() - Method in class net.sf.plb4jedit.plb.SourceLine
gets keyword of the line.
getLabel() - Method in class net.sf.plb4jedit.plb.Label
 
getLabel() - Method in class net.sf.plb4jedit.plb.SourceLine
gets the label of the line, see class documentation.
getLabels() - Method in class net.sf.plb4jedit.plb.PlbSource
 
getLabels() - Method in class net.sf.plb4jedit.plb.ResourceManager
 
getLine() - Method in class net.sf.plb4jedit.plb.SourceLine
 
getLineNumber() - Method in class net.sf.plb4jedit.plb.SourceLine
 
getLineno() - Method in class net.sf.plb4jedit.plb.Label
 
getLineno() - Method in class net.sf.plb4jedit.plb.Variable
 
getLongString() - Method in class net.sf.plb4jedit.plb.PlbAsset
 
getName() - Method in class net.sf.plb4jedit.plb.Variable
 
getNumberOfLines() - Method in class net.sf.plb4jedit.plb.PlbSource
 
getPath() - Method in class net.sf.plb4jedit.plb.PlbSource
 
getPathElements() - Method in class net.sf.plb4jedit.plb.PathBroker
get elements of the PLB_PATH as String array.
getRenderer() - Method in class net.sf.plb4jedit.plb.PlbCompletion
 
getResources(String) - Method in class net.sf.plb4jedit.plb.PlbSource
 
getRest() - Method in class net.sf.plb4jedit.plb.SourceLine
gets rest of the line.
getShortString() - Method in class net.sf.plb4jedit.plb.PlbAsset
 
getSize() - Method in class net.sf.plb4jedit.plb.IncludeCache
actual size of this cache
getSource() - Method in class net.sf.plb4jedit.plb.Label
 
getSource() - Method in class net.sf.plb4jedit.plb.PlbParsedData
 
getSource() - Method in class net.sf.plb4jedit.plb.Variable
 
getTokenLength() - Method in class net.sf.plb4jedit.plb.PlbCompletion
 
getType() - Method in class net.sf.plb4jedit.plb.SourceLine
gets the Type of the line, which indicates if the line is a comment, a variable definition, an execution label or a command.
getVariables() - Method in class net.sf.plb4jedit.plb.PlbSource
 
getVariables() - Method in class net.sf.plb4jedit.plb.ResourceManager
 
getVersion() - Method in class net.sf.plb4jedit.plb.PlbSource
 
gotoLabel() - Static method in class net.sf.plb4jedit.plb.PlbPlugin
goes to the position where the label under the cursor is defined.

H

handleKeystroke(int, char) - Method in class net.sf.plb4jedit.plb.PlbCompletion
 
handleMessage(EBMessage) - Method in class net.sf.plb4jedit.plb.PlbPlugin
jEdit plugin architecture: handle messages (e.g.

I

INCLUDE_ICON - Static variable in class net.sf.plb4jedit.plb.PlbAsset
 
Include - class net.sf.plb4jedit.plb.Include.
Represents a plb include.
Include(String) - Constructor for class net.sf.plb4jedit.plb.Include
constructs an Include object from the file specified by its absolute path.
IncludeCache - class net.sf.plb4jedit.plb.IncludeCache.
implements a caching mechanism for Include objects.
isCompletionSelectable(int) - Method in class net.sf.plb4jedit.plb.PlbCompletion
 
isDimDef() - Method in class net.sf.plb4jedit.plb.SourceLine
 
isFormDef() - Method in class net.sf.plb4jedit.plb.SourceLine
 
isInclude() - Method in class net.sf.plb4jedit.plb.PlbSource
 
isInclude() - Method in class net.sf.plb4jedit.plb.SourceLine
 
isIoInclude() - Method in class net.sf.plb4jedit.plb.PlbSource
 
isLabel() - Method in class net.sf.plb4jedit.plb.SourceLine
 
isLroutine() - Method in class net.sf.plb4jedit.plb.SourceLine
 
isMiscInclude() - Method in class net.sf.plb4jedit.plb.PlbSource
 
isRecordDef() - Method in class net.sf.plb4jedit.plb.SourceLine
NOTE: records defined via like and record arrays are currently not supported
isRecordEnd() - Method in class net.sf.plb4jedit.plb.SourceLine
 
isRecordInclude() - Method in class net.sf.plb4jedit.plb.PlbSource
 
isVarDef() - Method in class net.sf.plb4jedit.plb.SourceLine
 

L

LABEL_ICON - Static variable in class net.sf.plb4jedit.plb.PlbAsset
 
LABEL_ORDERED - Static variable in class net.sf.plb4jedit.plb.SourceLine
 
LINE_NUMBER_ORDERED - Static variable in class net.sf.plb4jedit.plb.SourceLine
 
Label - class net.sf.plb4jedit.plb.Label.
Represents a procars label or routine.
Label(String, int, String, String) - Constructor for class net.sf.plb4jedit.plb.Label
 
ListingAnalyzer - class net.sf.plb4jedit.plb.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.
ListingAnalyzer(String, String) - Constructor for class net.sf.plb4jedit.plb.ListingAnalyzer
 
ListingAnalyzer(File, String) - Constructor for class net.sf.plb4jedit.plb.ListingAnalyzer
 
ListingAnalyzer(InputStream, String) - Constructor for class net.sf.plb4jedit.plb.ListingAnalyzer
construct ListingAnalyzer with compile output in listing form compiled with options plb plbcmp src,plc -E=dbs PE \"header\" 999999 maybe under windows/dos you don't have to escape the double ticks ...

M

main(String[]) - Static method in class net.sf.plb4jedit.plb.Include
main method for testing purpose.
Constructs an include object for the given absolute path as first command line argument.
main(String[]) - Static method in class net.sf.plb4jedit.plb.ListingAnalyzer
 
main(String[]) - Static method in class net.sf.plb4jedit.plb.PathBroker
for testing: Gets a PLB_PATH and an include name as input and prints out where the include is found in the path
main(String[]) - Static method in class net.sf.plb4jedit.plb.PlbSource
 

N

net.sf.plb4jedit.plb - package net.sf.plb4jedit.plb
 
numberOfErrors() - Method in class net.sf.plb4jedit.plb.ListingAnalyzer
 
numberOfWarnings() - Method in class net.sf.plb4jedit.plb.ListingAnalyzer
 

O

openVariableDeclaration() - Static method in class net.sf.plb4jedit.plb.PlbPlugin
opens the variable definition in a new buffer.

P

PLB_PARSER_INSTANCE - Static variable in class net.sf.plb4jedit.plb.PlbPlugin
singletion PlbParser instance for SideKick-Plugin
PROPERTY_PREFIX - Static variable in class net.sf.plb4jedit.plb.PlbPlugin
prefix to lookup properties in Plb.props
PathBroker - class net.sf.plb4jedit.plb.PathBroker.
Handles the PLB_PATH to search for includes.
PathBroker(String, String) - Constructor for class net.sf.plb4jedit.plb.PathBroker
Constructs a path broker for a path and a program
PlbAsset - class net.sf.plb4jedit.plb.PlbAsset.
represents a single node in the structure browser tree for plb
PlbAsset(String, int, int) - Constructor for class net.sf.plb4jedit.plb.PlbAsset
 
PlbAsset(SourceLine) - Constructor for class net.sf.plb4jedit.plb.PlbAsset
 
PlbCompletion - class net.sf.plb4jedit.plb.PlbCompletion.
unused yet.
PlbCompletion(View, SideKickParsedData) - Constructor for class net.sf.plb4jedit.plb.PlbCompletion
 
PlbParsedData - class net.sf.plb4jedit.plb.PlbParsedData.
contains the parsed data of a plb buffer.
PlbParsedData(String) - Constructor for class net.sf.plb4jedit.plb.PlbParsedData
 
PlbParser - class net.sf.plb4jedit.plb.PlbParser.
parses a PLB-source file and extends SideKickParser to view structure (I know there is no ....
PlbParser(String) - Constructor for class net.sf.plb4jedit.plb.PlbParser
constructs a PlbParser object.
PlbPlugin - class net.sf.plb4jedit.plb.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.
PlbPlugin() - Constructor for class net.sf.plb4jedit.plb.PlbPlugin
 
PlbSource - class net.sf.plb4jedit.plb.PlbSource.
Description: Anaylyze PLB source and give access to its structure (variables, labels, includes).
PlbSource(String[], String) - Constructor for class net.sf.plb4jedit.plb.PlbSource
 
PlbSource(File) - Constructor for class net.sf.plb4jedit.plb.PlbSource
 
parse(Buffer, DefaultErrorSource) - Method in class net.sf.plb4jedit.plb.PlbParser
 
print() - Method in class net.sf.plb4jedit.plb.PlbSource
 
printGeneric(PrintStream) - Method in class net.sf.plb4jedit.plb.ListingAnalyzer
print errors and warnings in format that fits to JEdits "Generic" error pattern regexps see Utilities->General options -> Plugin options -> Console -> Error patterns
printGeneric() - Method in class net.sf.plb4jedit.plb.ListingAnalyzer
 
printListing() - Method in class net.sf.plb4jedit.plb.ListingAnalyzer
 
printMap(Map) - Static method in class net.sf.plb4jedit.plb.PlbSource
 

R

REST_ORDERED - Static variable in class net.sf.plb4jedit.plb.SourceLine
 
ROUTINE_ICON - Static variable in class net.sf.plb4jedit.plb.PlbAsset
 
ResourceManager - class net.sf.plb4jedit.plb.ResourceManager.
Description: manages Plb includes of a program to access all interesting resources of a program (other includes, variable declaration, label definitions).
ResourceManager(String, PlbSource) - Constructor for class net.sf.plb4jedit.plb.ResourceManager
constructs a ResourceManager from a PlbSource and a PLB_PATH.

S

START_ICON - Static variable in class net.sf.plb4jedit.plb.PlbAsset
 
SourceLine - class net.sf.plb4jedit.plb.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.
SourceLine(String, int, List) - Constructor for class net.sf.plb4jedit.plb.SourceLine
Constructs a SourceLine for a given line and it position of occurence in a file being nested inside record definitions.
SourceLine(String, int) - Constructor for class net.sf.plb4jedit.plb.SourceLine
Constructs a SourceLine for a given line and it position of occurence in a file.
searchInclude(String) - Method in class net.sf.plb4jedit.plb.PathBroker
search in path elements according to their order for the given include name.
searchLabel(String) - Method in class net.sf.plb4jedit.plb.ResourceManager
searches for a label name and returns a label object, which gives access to the source file and line number where this label is defined.
searchVariable(String) - Method in class net.sf.plb4jedit.plb.ResourceManager
searches for a Variable name and returns a Variable object which gives access to the source file and line-number where this variable is defined.
setPlbSource(PlbSource) - Method in class net.sf.plb4jedit.plb.PlbParsedData
 
size() - Method in class net.sf.plb4jedit.plb.PlbCompletion
 
start() - Method in class net.sf.plb4jedit.plb.PlbPlugin
jEdit plugin architecture: called on start-up to initialize plugin
stop() - Method in class net.sf.plb4jedit.plb.PlbPlugin
jEdit plugin architecture: called on shutdown
supportsCompletion() - Method in class net.sf.plb4jedit.plb.PlbParser
 

T

toString() - Method in class net.sf.plb4jedit.plb.Label
 
toString() - Method in class net.sf.plb4jedit.plb.PlbAsset
 
toString() - Method in class net.sf.plb4jedit.plb.SourceLine
 
toString() - Method in class net.sf.plb4jedit.plb.Variable
 

U

UNKNOWN_ICON - Static variable in class net.sf.plb4jedit.plb.PlbAsset
 

V

VARDEF_ICON - Static variable in class net.sf.plb4jedit.plb.PlbAsset
 
Variable - class net.sf.plb4jedit.plb.Variable.
represents a variable definition by its source and lineno, name and a (not yet properly filled) documentation.
Variable(String, int, String, String) - Constructor for class net.sf.plb4jedit.plb.Variable
 

C D F G H I L M N O P R S T U V

Copyright © 2003 Riege Software Internationl. All Rights Reserved.