FUNCTION addDefFunction(inFunction$, inLine)
Add a DEF FN
|
Parameter | Description |
inFunction$ |
The name of the function |
inLine |
The line number for this reference |
|
FUNCTION addFunction(inFunction$, inLine)
Add a FUNCTION
|
Parameter | Description |
inFunction$ |
The name of the function |
inLine |
The line number for this reference |
|
FUNCTION addKeyword(inKeyword$, inValue$, inLine)
Add a KEYWORD/VALUE combination
|
Parameter | Description |
inKeyword$ |
A tag to indentify the type of reference |
inValue$ |
The name of this reference |
inLine |
The line number for this reference |
|
FUNCTION addLabel(inLabel$, inLine)
Add a LABEL
|
Parameter | Description |
inLabel$ |
The statement label |
inLine |
The line number for this reference |
|
FUNCTION addLocal(inVariable$, inLine)
Add a LOCAL property within a class definition
|
Parameter | Description |
inVariable$ |
The variable for the local property |
inLine |
The line number for this reference |
|
FUNCTION addLocalFunction(inFunction$, inLine)
Add a FUNCTION LOCAL
|
Parameter | Description |
inFunction$ |
The name of the local function |
inLine |
The line number for this reference |
|
FUNCTION addObjectProperty(inProperty$, inLine)
Add a PROPERTY that references an object
|
Parameter | Description |
inProperty$ |
The name for a property that references an object |
inLine |
The line number for this reference |
|
FUNCTION addProperty(inProperty$, inLine)
Add a PROPERTY
|
Parameter | Description |
inProperty$ |
The name for a property |
inLine |
The line number for this reference |
|
FUNCTION addVariable(inVariable$, inLine)
Add a VARIABLE
|
Parameter | Description |
inVariable$ |
The name of the variable |
inLine |
The line number for this reference |
|
FUNCTION getNextLine$()
Return the next line from the stored information stored within this object
|
FUNCTION getResource$()
Return the name of the resource
|
FUNCTION getResourcePath$()
Return the path to the resource within the project
|
FUNCTION getType()
Return the type of the resource
|