Method to adjust line and column numbers for the start of a token.
ArchList() -
Method in class org.biolegato.core.pcdmenu.parser.PCDFile
Parses a list of supported system architectures in a PCD file
The list is then compared with the current system architecture
to see if it is supported by the PCD command.
ArchName() -
Method in class org.biolegato.core.pcdmenu.parser.PCDFile
Matches an architecture name and returns whether it is supported by
the current architecture.
Gets the present working directory "PWD" for BioLegato (this does NOT change CURRENT_DIR!)
This value can be used to cache which directory file dialog boxes should use as their
"current working directory"
Gets the current filename corresponding to this variable
If the file does not exists, then this function creates a file to
use for IO and writes any initial contents
Gets the current filename corresponding to this variable
If the file does not exists, then this function creates a file to
use for IO and writes any initial contents
Parses a list of supported PCD options
Currently supported options:
Option name Description
name the name of the PCD command
tip the tool-tip text for the PCD command
icon the path of the PCD command's icon file
system a list of supported system configurations
for the PCD command
Sets the present working directory "PWD" for BioLegato (this does NOT change CURRENT_DIR!)
This value can be used to cache which directory file dialog boxes should use as their
"current working directory"
Parses a list of supported operating systems in a PCD file
The list is then compared with the current operating system
to see if it is supported by the PCD command.
T
T_ALL -
Static variable in interface org.biolegato.core.pcdmenu.parser.PCDFileConstants