FunctionDef:
Filter:
Classes | Core > Kernel

FunctionDef : Object

FunctionDefs contain code which can be executed from a Function.
Source: Kernel.sc
Subclasses: Method

Description

Related Keywords

thisFunctionDef

The global pseudo-variable thisFunctionDef always evaluates to the current enclosing FunctionDef.

See also: thisFunction

Class Methods

Inherited class methods

Instance Methods

Accessing

Even though it is possible to change the values in the various arrays that define the FunctionDef, you should not do it, unless you like to crash.

.code

Get the byte code array.

.sourceCode

Get the source code string.

.context

Get the enclosing FunctionDef or Method.

.findReferences(aSymbol, references)

return a list of all references to a given symbol.

.argNames

Get the Array of Symbols of the argument names.

.prototypeFrame

Get the array of default values for argument and temporary variables.

.varNames

Get the Array of Symbols of the local variable names.

.argumentString(withDefaultValues: true)

Return a string that contains arguments and their default values for embedding in a string

.makeEnvirFromArgs

Get the Array of Symbols of the local variable names.

Utilities

.dumpByteCodes

"Disassemble" and post the FunctionDef's byte code instructions to the text window.

Inherited instance methods

Undocumented instance methods

.archiveAsCompileString

.asFunction

.checkCanArchive

.constants

.dumpContexts

.inspectorClass

.keyValuePairsFromArgs

.numArgs

.numVars

.selectors

.shallowCopy

.varArgs